web: fixed slider height on firefox

This commit is contained in:
Maxim Devaev
2025-01-30 20:07:33 +02:00
parent 697ef549b9
commit d1a12f1f6a
2 changed files with 13 additions and 16 deletions

View File

@@ -91,7 +91,7 @@ ul#navbar li a.menu-button:hover:not(.active) {
/* ===== slider.css ===== */
/*@media only screen and (orientation: portrait) {
@supports (-webkit-appearance: none) {
@supports (-webkit-locale: auto) {
input[type=range] {
margin: 20px 0 20px 0 !important;
}