web: add UI to remove tags when viewing messages

This commit is contained in:
2024-04-06 09:38:00 -07:00
parent dc7b3dd3e8
commit d4038f40d6
7 changed files with 70 additions and 2 deletions

View File

@@ -155,12 +155,14 @@ input::placeholder,
padding: 1em;
}
.tablet .thread h3,
.mobile .thread h3 {
overflow-wrap: break-word;
padding: 1em 1em 0;
}
.mobile .thread .tags {
.tablet .thread .message-tags,
.mobile .thread .message-tags {
padding: 0 1em;
}