fix: make image bigger on notification card (#355)

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
Rubin Bhandari
2024-10-23 08:03:32 +05:45
committed by GitHub
parent 7c06b3e0f0
commit 16ec78f30b

View File

@@ -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;