mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix odd border around gtk apps on i3
This commit is contained in:
@@ -4640,7 +4640,7 @@ decoration {
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(12, 14, 21, 0.6); }
|
||||
.solid-csd decoration {
|
||||
border-radius: 0;
|
||||
margin: 4px;
|
||||
margin: 0px;
|
||||
background-color: #161925;
|
||||
border: solid 1px rgba(13, 16, 23, 0.82);
|
||||
box-shadow: none; }
|
||||
|
||||
@@ -4664,7 +4664,7 @@ decoration {
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); }
|
||||
.solid-csd decoration {
|
||||
border-radius: 0;
|
||||
margin: 4px;
|
||||
margin: 0px;
|
||||
background-color: #e6e6e6;
|
||||
border: solid 1px rgba(142, 142, 142, 0.217);
|
||||
box-shadow: none; }
|
||||
|
||||
@@ -58,7 +58,7 @@ decoration {
|
||||
|
||||
.solid-csd & {
|
||||
border-radius: 0;
|
||||
margin: 4px;
|
||||
margin: 0px;
|
||||
background-color: $backdrop_bg_color;
|
||||
border: solid 1px $backdrop_borders_color;
|
||||
box-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user