From 5e9f74d9407a6a88172faa631a497eee2b7b10ac Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 23 Jul 2018 18:30:40 -0700 Subject: extra space at bottom of downloads popup so don't mouse out of it accidentally --- youtube/shared.css | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube/shared.css b/youtube/shared.css index 561642f..9cabb29 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -407,6 +407,7 @@ address{ .dropdown:hover .dropdown-content { display: grid; grid-auto-rows:30px; + padding-bottom: 50px; } .dropdown-content a{ white-space: nowrap; -- cgit v1.2.3