aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/watch.html
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r--youtube/templates/watch.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index 82c1a97..27f9e96 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -109,12 +109,9 @@
#related{
grid-column: 4;
display: grid;
- grid-auto-rows: 90px;
+ grid-auto-rows: 94px;
grid-row-gap: 10px;
}
- #related .medium-item{
- grid-template-columns: 160px 1fr 0fr;
- }
.download-dropdown{
z-index:1;