mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 07:29:51 +01:00
Fix blurry window control buttons
This commit is contained in:
@@ -2576,8 +2576,8 @@ headerbar {
|
||||
min-height: 20px; }
|
||||
.default-decoration.titlebar button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton {
|
||||
min-height: 19px;
|
||||
min-width: 19px;
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
|
||||
|
||||
@@ -2583,8 +2583,8 @@ headerbar {
|
||||
min-height: 20px; }
|
||||
.default-decoration.titlebar button.titlebutton,
|
||||
headerbar.default-decoration button.titlebutton {
|
||||
min-height: 19px;
|
||||
min-width: 19px;
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
|
||||
|
||||
@@ -217,8 +217,8 @@ headerbar {
|
||||
min-height: 20px;
|
||||
|
||||
button.titlebutton {
|
||||
min-height: 19px;
|
||||
min-width: 19px;
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user