fix: make image bigger on notification card (#355)
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
.notification-card-image {
|
.notification-card-image {
|
||||||
border-radius: 0.4em;
|
border-radius: 0.4em;
|
||||||
min-width: 1.5em;
|
min-width: 2.5em;
|
||||||
min-height: 1.5em;
|
min-height: 2.5em;
|
||||||
padding: 0.85em 0.85em;
|
padding: 0.85em 0.85em;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user