mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-24 13:43:33 -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
|
|
@ -336,19 +336,6 @@ section.with-sidebar > div {
|
|||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
div.form-field {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
||||
span {
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding: 0.3rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
|
|
@ -369,6 +356,20 @@ section.with-sidebar > div {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.form-field.file {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
span.form-info {
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding: 0.3rem 0;
|
||||
}
|
||||
|
||||
.list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue