diff options
Diffstat (limited to 'core/0001.patch')
-rw-r--r-- | core/0001.patch | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/core/0001.patch b/core/0001.patch index 7520bef..fffe01a 100644 --- a/core/0001.patch +++ b/core/0001.patch @@ -25,10 +25,10 @@ index 3604b21..0a2d363 100644 def homepage(): return flask.render_template('home.html', title="YT Local") diff --git a/youtube/static/channel.css b/youtube/static/channel.css -index c8750da..b0f249e 100644 +index fee15b3..c261183 100644 --- a/youtube/static/channel.css +++ b/youtube/static/channel.css -@@ -264,11 +264,9 @@ hr { +@@ -266,11 +266,9 @@ hr { .item-box { display: grid; @@ -43,10 +43,10 @@ index c8750da..b0f249e 100644 .item-video { diff --git a/youtube/static/local_playlist.css b/youtube/static/local_playlist.css -index 3b32f0b..e5554dc 100644 +index 116c96a..906418d 100644 --- a/youtube/static/local_playlist.css +++ b/youtube/static/local_playlist.css -@@ -240,11 +240,9 @@ hr { +@@ -242,11 +242,9 @@ hr { .item-box { display: grid; @@ -61,10 +61,10 @@ index 3b32f0b..e5554dc 100644 .item-video { diff --git a/youtube/static/playlist.css b/youtube/static/playlist.css -index 4bde3b5..e13b61b 100644 +index cab28da..d721715 100644 --- a/youtube/static/playlist.css +++ b/youtube/static/playlist.css -@@ -250,11 +250,9 @@ hr { +@@ -252,11 +252,9 @@ hr { .item-box { display: grid; @@ -79,10 +79,10 @@ index 4bde3b5..e13b61b 100644 .item-video { diff --git a/youtube/static/search.css b/youtube/static/search.css -index da622fa..3f6aff5 100644 +index 95db90f..fb36092 100644 --- a/youtube/static/search.css +++ b/youtube/static/search.css -@@ -268,11 +268,9 @@ hr { +@@ -270,11 +270,9 @@ hr { .item-box { display: grid; @@ -97,10 +97,10 @@ index da622fa..3f6aff5 100644 .item-video { diff --git a/youtube/static/subscription.css b/youtube/static/subscription.css -index c163d9e..d2b589c 100644 +index e7f0ea6..fe7ff47 100644 --- a/youtube/static/subscription.css +++ b/youtube/static/subscription.css -@@ -244,11 +244,9 @@ hr { +@@ -246,11 +246,9 @@ hr { .item-box { display: grid; @@ -115,10 +115,10 @@ index c163d9e..d2b589c 100644 .item-video { diff --git a/youtube/static/watch.css b/youtube/static/watch.css -index 116dbae..6e4e645 100644 +index bbb09dd..fa839a5 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css -@@ -407,11 +407,9 @@ label[for=options-toggle-cbox] { +@@ -409,11 +409,9 @@ label[for=options-toggle-cbox] { .item-box { display: grid; @@ -133,7 +133,7 @@ index 116dbae..6e4e645 100644 .item-video { diff --git a/youtube/templates/base.html b/youtube/templates/base.html -index 045d85d..d3c1bd6 100644 +index 39f8d2b..d3c1bd6 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -126,22 +126,6 @@ @@ -150,7 +150,7 @@ index 045d85d..d3c1bd6 100644 - </datalist> - <button class="play-add" type="submit" id="playlist-add-button" name="action" value="add">+List</button> - <div class="play-clean"> -- <button type="reset" id="item-selection-reset">Clear selection</button> +- <button type="reset" id="item-selection-reset">Clear</button> - </div> - </form> - <script src="/youtube.com/static/js/playlistadd.js"></script> |