make sure all notifications have the same padding

This commit is contained in:
keyan 2024-07-19 14:47:12 -05:00
parent c025c85855
commit cadfc47eb5
1 changed files with 4 additions and 0 deletions

View File

@ -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) {