iOS fixes

This commit is contained in:
maaa 2024-06-15 18:31:27 +02:00
parent 148c357b5c
commit 1b110ec1af
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,7 @@
.burgerSession img { .burgerSession img {
filter: invert(100%) !important; filter: invert(100%) !important;
-webkit-filter: invert(100%) !important;
} }
.links a { .links a {
@ -87,6 +88,7 @@
.flathubLogo { .flathubLogo {
filter: invert(100%); filter: invert(100%);
-webkit-filter: invert(100%);
} }
.feature { .feature {
@ -525,6 +527,7 @@ iframe#markdown {
scale: 1.3; scale: 1.3;
transform: translateY(1px); transform: translateY(1px);
filter: invert(var(--sessioninvert)) !important; filter: invert(var(--sessioninvert)) !important;
-webkit-filter: invert(var(--sessioninvert)) !important;
} }
.optionsDiv .section { .optionsDiv .section {
@ -569,6 +572,7 @@ iframe#markdown {
.sessionDiv img { .sessionDiv img {
display: inline; display: inline;
filter: none !important; filter: none !important;
-webkit-filter: none !important;
height: 35px; height: 35px;
position: static; position: static;
margin-right: 5px; margin-right: 5px;