ags: add brightness class, media widget on center-window and more

This commit is contained in:
retrozinndev
2025-02-15 08:24:00 -03:00
parent 2eb2f15db9
commit 6e9f2d4a7d
23 changed files with 441 additions and 268 deletions
+1 -18
View File
@@ -112,27 +112,10 @@
& > button {
margin: 4px 1px;
border-radius: 4px;
label {
& label {
font-size: 8px;
}
&:hover {
background: colors.$bg-secondary;
}
&:first-child {
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
margin-left: 0;
}
&:last-child {
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
margin-right: 0;
}
}
}