mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 08:13:15 -06:00
[chore] Small styling + link issues (#2933)
This commit is contained in:
parent
5bee30d60c
commit
cce21c11cb
2 changed files with 14 additions and 7 deletions
|
|
@ -278,11 +278,7 @@ input, select, textarea {
|
|||
}
|
||||
}
|
||||
|
||||
.mutation-button {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
|
|
@ -846,7 +842,15 @@ span.form-info {
|
|||
}
|
||||
}
|
||||
|
||||
button.with-icon, .button.with-icon {
|
||||
.mutation-button {
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
button.with-icon,
|
||||
.button.with-icon {
|
||||
display: flex;
|
||||
align-content: center;
|
||||
padding-right: calc(0.5rem + $fa-fw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue