diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-09-01 22:19:26 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-09-01 22:19:26 -0700 |
commit | f6e1880183f8b06a79b305744db954ffb630e1bc (patch) | |
tree | 76d1cc3d03d88158336e0b92f0004e16f7d615df | |
parent | d1196cb721045285f36bc134a1770c3c7b033747 (diff) | |
download | yt-local-f6e1880183f8b06a79b305744db954ffb630e1bc.tar.lz yt-local-f6e1880183f8b06a79b305744db954ffb630e1bc.tar.xz yt-local-f6e1880183f8b06a79b305744db954ffb630e1bc.zip |
Download dropdown: don't push everything down
-rw-r--r-- | yt_watch_template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_watch_template.html b/yt_watch_template.html index 84ae40e..21b5d15 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -125,6 +125,7 @@ z-index:1; justify-self:start; min-width:0px; + height:0px; } .download-dropdown-label{ |