fix(style) sidebar header icons spacing
This commit is contained in:
parent
eef1052676
commit
0f31ea925c
|
@ -211,6 +211,7 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -158,6 +158,7 @@ const labels = computed(() => ({
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
header > nav button.button {
|
header > nav button.button {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
margin-left: 4px;
|
||||||
|
|
||||||
&:has(img) {
|
&:has(img) {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
Loading…
Reference in New Issue