ags: better separator properties, add more separators on widgets

This commit is contained in:
retrozinndev
2025-04-27 08:19:26 -03:00
parent 4a2733d884
commit a0cf72ae8a
10 changed files with 100 additions and 91 deletions
+3 -9
View File
@@ -58,7 +58,7 @@
& button {
border-radius: 16px;
transition: 80ms linear;
min-width: 12px;
min-width: 15px;
padding: 0 6px;
background: colors.$bg-tertiary;
margin: 3px 0;
@@ -144,14 +144,13 @@
box-shadow: inset 0 0 0 300px rgba(colors.$fg-primary, .2);
}
& .nf {
margin-right: 4px;
& .icon {
font-size: 14px;
}
& .media-controls {
transition: none;
padding: 0 6px;
margin-left: 6px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
@@ -169,13 +168,8 @@
& .media > box {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding: 0 6px;
}
& .media {
padding-left: 0;
padding-right: 0;
}
}
}
+1 -1
View File
@@ -68,7 +68,7 @@
}
}
& .left .top {
& .left .datetime {
padding-bottom: 10px;
& .time {