just forget gtk theming for now
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
.lyrics-window {
|
||||
background-color: $bg;
|
||||
border-radius: 16px;
|
||||
border-radius: 14px;
|
||||
border: 2px solid $border;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
color: $fg;
|
||||
font-size: 15px;
|
||||
font-family: 'Maple Mono NF CN', 'Maple Mono CN', monospace;
|
||||
min-height: 31px;
|
||||
min-height: 28px;
|
||||
}
|
||||
|
||||
.control-box {
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
:windowtype "normal"
|
||||
:wm-ignore true
|
||||
:monitor 0
|
||||
:geometry (geometry :x 1100 :y -51)
|
||||
:geometry (geometry :x 1100 :y -48)
|
||||
(lyrics-single)
|
||||
)
|
||||
@@ -6,7 +6,7 @@
|
||||
.main-window {
|
||||
background-color: $bg;
|
||||
font-family: 'Sour Gummy', 'MesloLGM Nerd Font Mono', 'Noto Sans';
|
||||
border-radius: 20px;
|
||||
border-radius: 14px;
|
||||
border: 2px solid $border;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user