summaryrefslogtreecommitdiff
path: root/web/source/css/base.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-08-21 10:43:43 +0200
committerLibravatar GitHub <noreply@github.com>2024-08-21 10:43:43 +0200
commitffcf6e73f731894d5d278e6fff1fc055b367f1fe (patch)
tree5845b5aded718276613b374ec93a05a2c1bebf3d /web/source/css/base.css
parent[bugfix/frontend] Fix error on submitting domain perm with enter key (#3218) (diff)
downloadgotosocial-ffcf6e73f731894d5d278e6fff1fc055b367f1fe.tar.xz
[bugfix/frontend] Small safari + gnome web fixes (#3219)
* [bugfix/frontend] Small safari + gnome web fixes * wee * update comment
Diffstat (limited to 'web/source/css/base.css')
-rw-r--r--web/source/css/base.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/source/css/base.css b/web/source/css/base.css
index 630e4a6d2..e1ac7f82e 100644
--- a/web/source/css/base.css
+++ b/web/source/css/base.css
@@ -178,6 +178,16 @@ input, select, textarea, .input {
}
}
+select {
+ /*
+ By default this looks awful on Gnome
+ Web so restyle a bit to try to make
+ it consistent with firefox + chrome.
+ */
+ appearance: none;
+ line-height: 1.5rem;
+}
+
/*
Squeeze emojis so they fit inline in text.
*/