diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-23 18:30:40 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-23 18:30:40 -0700 |
commit | 5e9f74d9407a6a88172faa631a497eee2b7b10ac (patch) | |
tree | 6b22727b7f9d60122f0ef0c05f6d2c3128e9b547 | |
parent | ce6fb753a7f951e87d170cc3f3e7f77c37e0b8e5 (diff) | |
download | yt-local-5e9f74d9407a6a88172faa631a497eee2b7b10ac.tar.lz yt-local-5e9f74d9407a6a88172faa631a497eee2b7b10ac.tar.xz yt-local-5e9f74d9407a6a88172faa631a497eee2b7b10ac.zip |
extra space at bottom of downloads popup so don't mouse out of it accidentally
-rw-r--r-- | youtube/shared.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |