Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Nov 3, 2024
1 parent 71c8d0d commit fb8d14a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/_sass/gtk/_common-4.0.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,10 @@ headerbar {
border-radius: 0;
}

> windowhandle > box {
padding: 0 $space-size;
}

windowcontrols {
button,
menubutton {
Expand Down Expand Up @@ -4746,6 +4750,11 @@ window {
box-shadow: none;
transition: none;
}

&.ssd-frame {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}

&.solid-csd {
Expand All @@ -4757,6 +4766,12 @@ window {

&:backdrop { background-color: $titlebar-backdrop; }
}

// server-side decorations as used by mutter
&.ssd {
// just doing borders, wm draws actual shadows
box-shadow: 0 0 0 1px $border;
}
}

// catch all extend :)
Expand Down

0 comments on commit fb8d14a

Please sign in to comment.