diff options
| author | 2024-08-21 10:43:43 +0200 | |
|---|---|---|
| committer | 2024-08-21 10:43:43 +0200 | |
| commit | ffcf6e73f731894d5d278e6fff1fc055b367f1fe (patch) | |
| tree | 5845b5aded718276613b374ec93a05a2c1bebf3d /web/source/css/status.css | |
| parent | [bugfix/frontend] Fix error on submitting domain perm with enter key (#3218) (diff) | |
| download | gotosocial-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/status.css')
| -rw-r--r-- | web/source/css/status.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/source/css/status.css b/web/source/css/status.css index 21dc3416e..a9ffbf7dd 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -308,6 +308,10 @@ main { "eye sensitive ." ". sensitive ."; + &::-webkit-details-marker { + display: none; /* Safari */ + } + .eye.button { grid-area: eye; align-self: start; |
