From 26620cbac85f1fa5057e54fa8d91c35d907c0e0f Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 8 Jul 2018 02:56:54 -0700 Subject: front-end support for adding to playlists --- yt_watch_template.html | 57 +------------------------------------------------- 1 file changed, 1 insertion(+), 56 deletions(-) (limited to 'yt_watch_template.html') diff --git a/yt_watch_template.html b/yt_watch_template.html index c5bac0a..f4de269 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -11,44 +11,6 @@ grid-template-columns: 3fr 2fr; } - header{ - display:grid; - grid-template-columns: 3fr 2fr; - } - #header-left{ - grid-column:1; - - display:grid; - grid-template-columns: 1fr 640px; - } - #site-search{ - grid-column: 2; - } - #header-right{ - grid-column:2; - - display:grid; - grid-template-columns:40px 400px 100px 1fr; - grid-template-rows: 1fr 1fr; - } - #playlist-add{ - display:contents; - } - #playlist-name-selection{ - grid-column:2; - grid-row:1; - justify-self:start; - } - #playlist-add-button{ - grid-column:2; - grid-row:2; - justify-self:start; - } - #item-selection-reset{ - grid-column:3; - grid-row:2; - justify-self:center; - } #left{ background-color:#bcbcbc; @@ -88,24 +50,7 @@ -
-
- -
-
-
- - - - -
-
-
+$header
-- cgit v1.2.3