Skip to content

Commit

Permalink
Fix the action bar padding
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 28, 2024
1 parent b5ef684 commit ed318ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mc2it/theme/ui/components/_action_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ action-bar, .action-bar {
box-shadow: var(--box-shadow-sm);
display: block;
inset: var(--navbar-height) 0 auto 0;
padding-bottom: map.get($spacers, 2) 0;
padding-top: map.get($spacers, 2) 0;
padding-bottom: map.get($spacers, 2);
padding-top: map.get($spacers, 2);
position: fixed;
user-select: none;
z-index: $zindex-fixed - 1;
Expand Down

0 comments on commit ed318ca

Please sign in to comment.