watch: improve UI - remove rounded corners, hide scrollbar, refine controls

This commit is contained in:
2026-04-18 06:26:05 +02:00
parent bd72d4d6b8
commit 9bddd30daf
4 changed files with 237 additions and 122 deletions

View File

@@ -97,3 +97,12 @@
.volume-wrap:focus-within .volume-underline {
opacity: 1;
}
.watch-episodes-scroll {
scrollbar-width: none;
-ms-overflow-style: none;
}
.watch-episodes-scroll::-webkit-scrollbar {
display: none;
}