fix(style) sidebar header icons spacing

This commit is contained in:
ArneBo 2025-01-05 16:37:38 +01:00 committed by upsiflu
parent eef1052676
commit 0f31ea925c
2 changed files with 2 additions and 0 deletions

View File

@ -211,6 +211,7 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
height: 40px;
width: 40px;
padding: 10px;
margin-left: 4px;
}
}
}

View File

@ -158,6 +158,7 @@ const labels = computed(() => ({
<style scoped lang="scss">
header > nav button.button {
padding: 10px;
margin-left: 4px;
&:has(img) {
padding: 4px;