1
0

chore: only apply padding where needed

This commit is contained in:
kolaente 2023-04-01 21:52:52 +02:00
parent 4e21b463df
commit ddcd6a17dc
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 12 additions and 16 deletions

View File

@ -24,7 +24,7 @@ const favoriteProjects = computed(() => projectStore.favoriteProjects
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.menu { .menu + .menu{
padding-top: math.div($navbar-padding, 2); padding-top: math.div($navbar-padding, 2);
} }
</style> </style>

View File

@ -112,10 +112,7 @@ const menuActive = computed(() => baseStore.menuActive)
} }
} }
.top-menu { .top-menu .menu-list {
margin-top: math.div($navbar-padding, 2);
.menu-list {
li { li {
font-weight: 600; font-weight: 600;
font-family: $vikunja-font; font-family: $vikunja-font;
@ -131,7 +128,6 @@ const menuActive = computed(() => baseStore.menuActive)
} }
} }
} }
}
.navigation-loader { .navigation-loader {
min-width: 100%; min-width: 100%;