mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 08:27:30 -06:00
refactor custom emoji form fields
This commit is contained in:
parent
41f25653d1
commit
90fa9a3ce6
9 changed files with 325 additions and 176 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue