From 16ec78f30b62cb8359765630c0d44bd245c09f8c Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Wed, 23 Oct 2024 08:03:32 +0545 Subject: [PATCH] fix: make image bigger on notification card (#355) Co-authored-by: Jas Singh --- scss/style/notifications/popups.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/style/notifications/popups.scss b/scss/style/notifications/popups.scss index 297d67d..c371c3a 100644 --- a/scss/style/notifications/popups.scss +++ b/scss/style/notifications/popups.scss @@ -24,8 +24,8 @@ .notification-card-image { border-radius: 0.4em; - min-width: 1.5em; - min-height: 1.5em; + min-width: 2.5em; + min-height: 2.5em; padding: 0.85em 0.85em; background-size: contain; background-repeat: no-repeat;