aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-08-23 15:37:40 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-08-23 15:37:40 -0700
commit102c21132a4ecb29641c70fb2d46aff19638e9da (patch)
tree53734ae940b3ac7c434fce5676f3c86a2684660c
parent96b9a96a50c34341b3f00eac74073d08cc914a46 (diff)
downloadyt-local-102c21132a4ecb29641c70fb2d46aff19638e9da.tar.lz
yt-local-102c21132a4ecb29641c70fb2d46aff19638e9da.tar.xz
yt-local-102c21132a4ecb29641c70fb2d46aff19638e9da.zip
Layout: simplify watch page space distribution on edges
-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;
}