Skip to content

Commit

Permalink
_tauos.scss - Minor nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Aug 29, 2023
1 parent 33099a0 commit cba7f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1211,12 +1211,12 @@ $colors: (
}

.flat-appbar {
padding: px-to-rem(6px) px-to-rem(6px) px-to-rem(6px) px-to-rem(18px);
padding: px-to-rem(6px) px-to-rem(4px) px-to-rem(6px) px-to-rem(18px);
box-shadow: none;
}

.appbar {
padding: px-to-rem(6px) px-to-rem(6px) px-to-rem(6px) px-to-rem(18px);
padding: px-to-rem(6px) px-to-rem(4px) px-to-rem(6px) px-to-rem(18px);
background: bg-color(2);
box-shadow: none;
}
Expand Down

0 comments on commit cba7f96

Please sign in to comment.