aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-09-02 15:17:33 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-09-02 15:17:33 -0700
commit83efbba7cec3e2ef564fa1ef149cedf5bc859f02 (patch)
tree102d40a6e39d1d0a532b0ea1f5f98733bf85afc0
parent9d8cbd2b77db8449e71aae5815a31f0436da769e (diff)
downloadyt-local-83efbba7cec3e2ef564fa1ef149cedf5bc859f02.tar.lz
yt-local-83efbba7cec3e2ef564fa1ef149cedf5bc859f02.tar.xz
yt-local-83efbba7cec3e2ef564fa1ef149cedf5bc859f02.zip
fix header on other pages
-rw-r--r--yt_local_playlist_template.html4
-rw-r--r--yt_playlist_template.html4
-rw-r--r--yt_search_results_template.html4
3 files changed, 2 insertions, 10 deletions
diff --git a/yt_local_playlist_template.html b/yt_local_playlist_template.html
index 2c7fa15..23be7cc 100644
--- a/yt_local_playlist_template.html
+++ b/yt_local_playlist_template.html
@@ -12,9 +12,7 @@
grid-template-columns: 3fr 1fr;
}
- header{
- grid-template-columns: 3fr 1fr;
- }
+
#left{
grid-column: 1;
diff --git a/yt_playlist_template.html b/yt_playlist_template.html
index ca94ee7..e7a979c 100644
--- a/yt_playlist_template.html
+++ b/yt_playlist_template.html
@@ -12,9 +12,7 @@
grid-template-columns: 3fr 1fr;
}
- header{
- grid-template-columns: 3fr 1fr;
- }
+
#left{
grid-column: 1;
diff --git a/yt_search_results_template.html b/yt_search_results_template.html
index b338009..c2e99f7 100644
--- a/yt_search_results_template.html
+++ b/yt_search_results_template.html
@@ -11,10 +11,6 @@
display:grid;
grid-template-columns: 3fr 1fr;
}
-
- header{
- grid-template-columns: 3fr 1fr;
- }
#left{
grid-column: 1;