diff --git a/css/style.css b/css/style.css index 99f50a70..d13a587c 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,3 @@ -body { - max-width: 100vw; - overflow-x: hidden; -} - header.mdui-appbar.mdui-appbar-fixed { z-index: 5001; } @@ -223,6 +218,10 @@ header.mdui-appbar.mdui-appbar-fixed { object-fit: cover; } +.mdui-slider input[type="range"] { + left: 0 +} + @media screen and (min-width: 510px) { [data-player] { margin-top: 32px; @@ -285,9 +284,6 @@ header.mdui-appbar.mdui-appbar-fixed { [data-player]>.mdui-card { --main-size: 300px; } - .mdui-slider input[type="range"] { - left: 0 - } } [data-player]>.info>[data-lrc] { diff --git a/package.json b/package.json index d8f2e70a..ec145bd0 100644 --- a/package.json +++ b/package.json @@ -29,4 +29,4 @@ "pug": "^2.0.3", "request": "^2.87.0" } -} \ No newline at end of file +}