refactor custom emoji form fields

This commit is contained in:
f0x
2022-11-07 19:46:44 +00:00
parent 41f25653d1
commit 90fa9a3ce6
9 changed files with 325 additions and 176 deletions

View File

@@ -261,12 +261,16 @@ section.login {
}
section.error {
word-break: break-word;
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 0.5rem;
span {
font-size: 2em;
}
pre {
border: 1px solid #ff000080;
margin-left: 1em;