summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-23 16:48:26 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-23 16:48:26 +1100
commitdda2fad2649fac8d46663e97aeab91991df67a5a (patch)
tree161cc6f8c9e83c6b3203038c93df12cad6a667f2 /scss
parentnotifpopups: border for critical urgency (diff)
downloadcaelestia-shell-dda2fad2649fac8d46663e97aeab91991df67a5a.tar.gz
caelestia-shell-dda2fad2649fac8d46663e97aeab91991df67a5a.tar.bz2
caelestia-shell-dda2fad2649fac8d46663e97aeab91991df67a5a.zip
notifpopups: shrink image
Diffstat (limited to 'scss')
-rw-r--r--scss/widgets.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/scss/widgets.scss b/scss/widgets.scss
index 1bf2349..0e2807c 100644
--- a/scss/widgets.scss
+++ b/scss/widgets.scss
@@ -42,9 +42,14 @@ label.icon {
background-size: cover;
background-position: center;
+ margin-top: lib.s(3);
min-width: lib.s(64);
min-height: lib.s(64);
- margin-top: lib.s(3);
+
+ &.small {
+ min-width: lib.s(48);
+ min-height: lib.s(48);
+ }
}
.summary {