💥 ags(notifications): fix some history size when there's a single notification

This commit is contained in:
retrozinndev
2025-03-23 12:39:35 -03:00
parent b10aa363b2
commit 1a8a54c30a
6 changed files with 31 additions and 43 deletions
+1 -18
View File
@@ -72,25 +72,8 @@ box.history {
border-radius: 24px;
padding: 20px 14px;
& scrollable viewport .notifications > eventbox {
& > box {
margin: 4px 0;
}
&:first-child {
& > box {
margin-top: 0;
}
}
&:last-child {
& > box {
margin-bottom: 0;
}
}
}
& > .button-row {
margin-top: 12px;
& button {
& label.nf {
font-size: 16px;
+20 -20
View File
@@ -1,26 +1,26 @@
// SCSS Variables
// Generated by 'wal'
$wallpaper: "/home/joaov/wallpapers/Gumi VOCALOID.png";
$wallpaper: "/home/joaov/wallpapers/Balcony Girl.png";
// Special
$background: #201002;
$foreground: #c7c3bf;
$cursor: #c7c3bf;
$background: #191c24;
$foreground: #c5c6c8;
$cursor: #c5c6c8;
// Colors
$color0: #201002;
$color1: #DDA65D;
$color2: #F0BE55;
$color3: #789B8A;
$color4: #A5B397;
$color5: #CEAD95;
$color6: #E7D3A7;
$color7: #98938e;
$color8: #6e635a;
$color9: #d2b997;
$color10: #d4c39d;
$color11: #83c9a7;
$color12: #bad6a0;
$color13: #dbc0ad;
$color14: #e5dbc4;
$color15: #c7c3bf;
$color0: #191c24;
$color1: #6F7587;
$color2: #798C8F;
$color3: #9E9A99;
$color4: #C9B196;
$color5: #D1BAAA;
$color6: #DBC7A5;
$color7: #94969e;
$color8: #616777;
$color9: #7486c3;
$color10: #7dbac7;
$color11: #d2a495;
$color12: #dac4ab;
$color13: #e1cab9;
$color14: #e2d4bc;
$color15: #c5c6c8;