diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-11-29 23:15:27 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-11-29 23:15:27 -0800 |
commit | 357de43122615623684dd5a22680ce30082e9631 (patch) | |
tree | c873233853dc64fb29106c42235bcb9f698041fe | |
parent | 9b4aafcacccf08dbdf5ec02a06772b1ccb693c0c (diff) | |
download | yt-local-357de43122615623684dd5a22680ce30082e9631.tar.lz yt-local-357de43122615623684dd5a22680ce30082e9631.tar.xz yt-local-357de43122615623684dd5a22680ce30082e9631.zip |
fix playlist description sometimes having large blank space after it
-rw-r--r-- | yt_playlist_template.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_playlist_template.html b/yt_playlist_template.html index e7a979c..a2a0f8c 100644 --- a/yt_playlist_template.html +++ b/yt_playlist_template.html @@ -28,7 +28,6 @@ display:grid; grid-template-columns: 0fr 1fr; - grid-template-rows: 0fr 0fr 0fr 0fr 1fr; } .playlist-thumbnail{ grid-row: 1 / span 5; |