more notification refinement

This commit is contained in:
keyan 2024-07-12 10:55:24 -05:00
parent bc2cb29c41
commit 3f9d509a52

View File

@ -11,9 +11,13 @@
border-top: solid 1px var(--theme-note-fresh);
}
.fresh:has(+ :not(.fresh)) {
.fresh:has(+ :not(.fresh)):has(+ :not(.reply)),
.fresh:not(.reply):has(+ :not(.fresh)) {
border-bottom-left-radius: .4rem;
border-bottom-right-radius: .4rem;
}
.fresh:has(+ :not(.fresh)) {
border-bottom: solid 1px var(--theme-note-fresh);
}