feat(reply modal): display errors in modal

This commit is contained in:
Tom (plebeius.eth)
2024-11-04 17:55:51 +01:00
parent fedada3957
commit 57684438a5
37 changed files with 94 additions and 40 deletions
@@ -138,4 +138,15 @@
.title {
cursor: default;
}
}
.error {
width: 294px;
font-family: monospace;
background-color: #E62020;
font-size: 12px;
color: white;
padding: 3px 5px;
margin-top: 1px;
text-shadow: 0 1px rgba(0, 0, 0, 0.20);
}