summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-02-21 17:52:03 -0600
committerOmar Roth <omarroth@hotmail.com>2019-02-21 18:13:40 -0600
commit57635c0d24d1d889d596ece91aea47d7f5f978ec (patch)
treecf0ba220322f61f5b7ede0e950b5eef76c7a6159 /assets
parent7ed4485717625433ac4aa688c6f11ff4cfea5ffc (diff)
downloadinvidious-57635c0d24d1d889d596ece91aea47d7f5f978ec.tar.gz
invidious-57635c0d24d1d889d596ece91aea47d7f5f978ec.tar.bz2
invidious-57635c0d24d1d889d596ece91aea47d7f5f978ec.zip
Add scroll to control bar when it's possible to overflow
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index bb0762af..1b9feb81 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -229,6 +229,13 @@ img.thumbnail {
}
/* Control Bar */
+@media screen and (max-width: 480px) {
+ .video-js .vjs-control-bar,
+ .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
+ overflow: -webkit-paged-x;
+ }
+}
+
.video-js .vjs-control-bar,
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: rgba(35, 35, 35, 0.75);