Skip to content

Commit

Permalink
Reduce this shadow's size
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 16, 2024
1 parent 204b828 commit 00548f9
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1372,20 +1372,16 @@ button.image-button.disclosure-button {

.flat-appbar {
padding: px-to-rem(4px);
box-shadow: inset 0 6px 0 0 gtkalpha(white, .01),
inset 0 5px 0 0 gtkalpha(white, .02),
inset 0 4px 0 0 gtkalpha(white, .03),
inset 0 3px 0 0 gtkalpha(white, .04),
inset 0 2px 0 0 gtkalpha(white, .05);
box-shadow: inset 0 3px 0 0 gtkalpha(white, .01),
inset 0 2px 0 0 gtkalpha(white, .015),
inset 0 1px 0 0 gtkalpha(white, .02);
}
.appbar {
padding: px-to-rem(4px);
background: bg-color(2);
box-shadow: inset 0 6px 0 0 gtkalpha(white, .01),
inset 0 5px 0 0 gtkalpha(white, .02),
inset 0 4px 0 0 gtkalpha(white, .03),
inset 0 3px 0 0 gtkalpha(white, .04),
inset 0 2px 0 0 gtkalpha(white, .05);
box-shadow: inset 0 3px 0 0 gtkalpha(white, .01),
inset 0 2px 0 0 gtkalpha(white, .015),
inset 0 1px 0 0 gtkalpha(white, .02);
}
.appbar .text-field text,
.flat-appbar .text-field text {
Expand Down

0 comments on commit 00548f9

Please sign in to comment.