✨ feat(modules/notifications, osd): pause notification timeout on holdNotification
osd now supports brightness controlsgit add .
This commit is contained in:
@@ -12,29 +12,23 @@
|
||||
-gtk-icon-size: 24px;
|
||||
}
|
||||
|
||||
.volume {
|
||||
.level {
|
||||
margin-top: -6px;
|
||||
|
||||
.device {
|
||||
margin-bottom: 6px;
|
||||
.text {
|
||||
margin-bottom: 4px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
levelbar trough block {
|
||||
border-radius: 3px;
|
||||
border-radius: 4px;
|
||||
background: colors.$bg-primary;
|
||||
|
||||
&.filled {
|
||||
min-height: 8px;
|
||||
min-height: 10px;
|
||||
background: colors.$bg-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
.value {
|
||||
font-size: 11px;
|
||||
font-weight: 400;
|
||||
padding: 0 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user