feat: highlight reply if visible, render it as floating preview if not visible

This commit is contained in:
Tom (plebeius.eth)
2024-06-07 15:26:46 +02:00
parent 81972c9c85
commit fc21d876ff
4 changed files with 87 additions and 8 deletions
+4
View File
@@ -26,6 +26,10 @@ hr {
color: var(--post-greentext-color);
}
.highlight {
background: var(--reply-highlight-background-color) !important;
}
@media (max-width: 640px) {
.button {
font-size: var(--button-font-size-mobile);