Adwaita: Reduce the solid csd borders
Reduce the borders we draw ourselves for solid csd to 1 pixel. It still doesn't look great, but at least it doesn't look outright broken. Fixes: #2997
This commit is contained in:
@@ -3783,7 +3783,7 @@ window {
|
||||
&.solid-csd {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: solid 14px $borders_color;
|
||||
border: solid 1px $borders_color;
|
||||
border-radius: 0;
|
||||
box-shadow: inset 0 0 0 3px $headerbar_color, inset 0 1px $top_hilight;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user