web: separate spam button from read buttons and color red.

This commit is contained in:
2024-04-06 08:00:35 -07:00
parent 8abf9398e9
commit b0305b7411
3 changed files with 70 additions and 50 deletions

View File

@@ -282,3 +282,7 @@ display: none;
.attachment .card-content {
padding: 0.5rem 1.5rem;
}
.button.spam {
color: #f00;
}