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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index 27f9e96..c55e94c 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -5,7 +5,7 @@
{% block style %}
main{
display:grid;
- grid-template-columns: minmax(0px, 3fr) 640px 40px 500px minmax(0px,2fr);
+ grid-template-columns: 1fr 640px 40px 500px 1fr;
background-color:#cccccc;
}