mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 14:39:14 -06:00
[bugfix/frontend] Small safari + gnome web fixes (#3219)
* [bugfix/frontend] Small safari + gnome web fixes * wee * update comment
This commit is contained in:
parent
9b2f14b131
commit
ffcf6e73f7
4 changed files with 44 additions and 13 deletions
|
|
@ -374,6 +374,21 @@ section.with-sidebar > form {
|
|||
flex-wrap: wrap;
|
||||
gap: 0.4rem;
|
||||
}
|
||||
|
||||
.select-wrapper {
|
||||
/*
|
||||
Selects are normalized in base.css to not have a down arrow on the side.
|
||||
Overcome this on settings panel forms by replacing the down arrow.
|
||||
*/
|
||||
position: relative;
|
||||
&::after {
|
||||
content: "▼";
|
||||
font-size: 0.8rem;
|
||||
top: 0.3rem;
|
||||
right: 1rem;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-flex {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue