This commit is contained in:
2026-05-25 09:03:58 +02:00
parent 3a436304bd
commit 92cc474ca3
3 changed files with 83 additions and 15 deletions

View File

@@ -12919,6 +12919,12 @@ body.layout-modern .xd-score-wrapper {
min-width: 120px;
}
/* Custom mobile-friendly slider that replaces the native range input */
.nav-xd-custom-slider {
flex: 1;
min-width: 120px;
}
.xd-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;