This commit is contained in:
2026-05-31 19:54:34 +02:00
parent 994039370c
commit e0c29f203b

View File

@@ -9133,6 +9133,7 @@ html[theme="f0ck95d"] .badge-dark {
} }
.mobile-scroll-to-top { .mobile-scroll-to-top {
display: none;
background: none; background: none;
border: none; border: none;
color: var(--white); color: var(--white);
@@ -9141,6 +9142,12 @@ html[theme="f0ck95d"] .badge-dark {
cursor: pointer; cursor: pointer;
} }
@media (max-width: 999px) {
.mobile-scroll-to-top {
display: block;
}
}
.steuerung.steuerung-icon .fa-solid { .steuerung.steuerung-icon .fa-solid {
font-size: 0.85em; font-size: 0.85em;
} }