From 2cac0bd4c33fb54db8fc4cc2a5fc9d7c49fdb649 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 19 Jun 2025 13:12:02 -0400 Subject: update astal notifications --- pkgs/astal/src/style/widget/deck.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/astal/src/style') diff --git a/pkgs/astal/src/style/widget/deck.scss b/pkgs/astal/src/style/widget/deck.scss index cd926f0..d7dd69c 100644 --- a/pkgs/astal/src/style/widget/deck.scss +++ b/pkgs/astal/src/style/widget/deck.scss @@ -3,7 +3,7 @@ @return string.unquote("alpha(#{$c},#{$a})"); } -$deck-scale: $font-size * 5; +$deck-scale: $font-size * 4; .deck { @@ -17,7 +17,7 @@ $deck-scale: $font-size * 5; background: $bg; border-radius: $outer-radius; margin-bottom: $outer-gap; - min-width: $deck-scale * 5; + min-width: $deck-scale * 6; } } } -- cgit v1.2.3-freya