web: change style for attachments

This commit is contained in:
2024-02-23 16:54:53 -08:00
parent 4139ec38d8
commit 523584fbbc
2 changed files with 15 additions and 9 deletions

View File

@@ -58,6 +58,13 @@
overflow-wrap: break-word;
}
.message .body .attachments hr {
border: none;
border-top: 1px dashed #888;
background-color: #f000;
margin: 0.5rem 0;
}
.error {
background-color: red;
}