fix padding for notifications

This commit is contained in:
smanylov
2026-03-30 19:17:29 +07:00
parent f4b0a63e23
commit f31713a929
+1 -1
View File
@@ -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;