update styling, count/highlight logic depending on params and post id

This commit is contained in:
Tom (plebeius.eth)
2024-06-29 11:55:36 +02:00
parent a6a41edd76
commit 6d07ea2e3c
9 changed files with 74 additions and 54 deletions
+2 -2
View File
@@ -350,8 +350,8 @@
.replyDesktop .reply {
background-color: var(--reply-desktop-background-color);
border: var(--reply-desktop-border);
border-left: none;
border-top: none;
border-top: var(--reply-desktop-border-top, revert);
border-left: var(--reply-desktop-border-left, revert);
display: table;
padding: 0 2px 2px 2px;
}