mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(reply modal): display errors in modal
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user