mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 10:47:29 -06:00
refactor emoji upload to rtk query
This commit is contained in:
parent
bcaf1e95f1
commit
1e94c50cb9
5 changed files with 196 additions and 65 deletions
|
|
@ -283,6 +283,12 @@ section.with-sidebar > div {
|
|||
}
|
||||
}
|
||||
|
||||
.form-flex {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.file-upload > div {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue