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