[bugfix/frontend] Small safari + gnome web fixes (#3219)

* [bugfix/frontend] Small safari + gnome web fixes

* wee

* update comment
This commit is contained in:
tobi
2024-08-21 10:43:43 +02:00
committed by GitHub
parent 9b2f14b131
commit ffcf6e73f7
4 changed files with 44 additions and 13 deletions

View File

@@ -308,6 +308,10 @@ main {
"eye sensitive ."
". sensitive .";
&::-webkit-details-marker {
display: none; /* Safari */
}
.eye.button {
grid-area: eye;
align-self: start;