Skip to content

Commit

Permalink
fix: header misalignment
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
  • Loading branch information
elzody committed Jun 6, 2024
1 parent 14ffb6c commit 5a5bc4c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ export default {
<style lang="scss" scoped>
.menu {
padding-left: calc(var(--default-grid-baseline) * 1);
min-width: 44px;
min-height: 44px;
}
.selected {
Expand Down

0 comments on commit 5a5bc4c

Please sign in to comment.