diff options
-rw-r--r-- | yt_local_playlist_template.html | 4 | ||||
-rw-r--r-- | yt_playlist_template.html | 4 | ||||
-rw-r--r-- | yt_search_results_template.html | 4 |
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; |