fix padding for notifications
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
&-item {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
padding: 5px;
|
||||
padding: 5px 10px 5px 10px;
|
||||
border-bottom: 1px solid v.$b-color-1;
|
||||
transition: background-color 0.2s;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user