make sure all notifications have the same padding
This commit is contained in:
parent
c025c85855
commit
cadfc47eb5
|
@ -3,6 +3,10 @@
|
|||
border: solid 1px var(--theme-note-fresh);
|
||||
border-bottom: 0;
|
||||
border-top: 0;
|
||||
margin-left: -0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
margin-right: -0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
.fresh:not(.fresh ~ .fresh) {
|
||||
|
|
Loading…
Reference in New Issue