Skip to content

Commit

Permalink
fix: Make sidebar buttons pixel perfect
Browse files Browse the repository at this point in the history
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
  • Loading branch information
CarlSchwan and susnux committed May 20, 2024
1 parent 803d437 commit ece2a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcAppSidebar/NcAppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ export default {
</style>

<style lang="scss" scoped>
$desc-vertical-padding: 18px;
$desc-vertical-padding: $app-navigation-padding; // align with app navigation
$desc-vertical-padding-compact: 10px;
$desc-input-padding: 7px;

Expand All @@ -1145,7 +1145,7 @@ $desc-name-height: 30px;
$desc-subname-height: 22px;
$desc-height: $desc-name-height + $desc-subname-height;

$top-buttons-spacing: 6px;
$top-buttons-spacing: $app-navigation-padding; // align with app navigation

/*
Sidebar: to be used within #content
Expand Down

0 comments on commit ece2a99

Please sign in to comment.