add margin to attachment box label

This commit is contained in:
ouwou
2023-11-18 19:46:19 -05:00
parent ed5fcfb280
commit 24b36a8b45

View File

@@ -18,6 +18,10 @@
padding: 2px 5px 2px 5px;
}
.message-attachment-box label {
margin: 5px;
}
.status-indicator.dnd {
color: #982929;
}