summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2024-10-30 16:59:34 +0100
committerSamantaz Fox <coding@samantaz.fr>2024-10-30 16:59:34 +0100
commit0fb67cc090f10c3353812cf99be1ad97ccc1bbe4 (patch)
tree7d9f5dcb4666cd3f4ba117ac9168d0d942b987a8 /assets/css
parent9957da28dca39221173959c339e679c0cd2c9258 (diff)
parent288e1dccda2256a9014364d693b3eb3d7933b242 (diff)
downloadinvidious-0fb67cc090f10c3353812cf99be1ad97ccc1bbe4.tar.gz
invidious-0fb67cc090f10c3353812cf99be1ad97ccc1bbe4.tar.bz2
invidious-0fb67cc090f10c3353812cf99be1ad97ccc1bbe4.zip
Player: Fix a bug where menus were hard to open (#4750)
The fix basically enlarges the hoverable area in order to avoid getting the menu closed if the mouse isn't moved fast enough. Video of the fix: https://www.loom.com/share/36494a3653984650aea3eaa2af276a35 Closes issue 4749
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/player.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/player.css b/assets/css/player.css
index 50c7a748..9cb400ad 100644
--- a/assets/css/player.css
+++ b/assets/css/player.css
@@ -68,6 +68,7 @@
.video-js.player-style-youtube .vjs-menu-button-popup .vjs-menu {
margin-bottom: 2em;
+ padding-top: 2em
}
.video-js.player-style-youtube .vjs-progress-control .vjs-progress-holder, .video-js.player-style-youtube .vjs-progress-control {height: 5px;