update to v0.2.8
This commit is contained in:
parent
9dba53d4ed
commit
07c4e6f777
@ -115,10 +115,10 @@ index e4e9c8b..8acb9b1 100644
|
|||||||
|
|
||||||
.item-video {
|
.item-video {
|
||||||
diff --git a/youtube/static/watch.css b/youtube/static/watch.css
|
diff --git a/youtube/static/watch.css b/youtube/static/watch.css
|
||||||
index 849e22b..701637f 100644
|
index 460bba3..181fb94 100644
|
||||||
--- a/youtube/static/watch.css
|
--- a/youtube/static/watch.css
|
||||||
+++ b/youtube/static/watch.css
|
+++ b/youtube/static/watch.css
|
||||||
@@ -412,11 +412,9 @@ figure.sc-video {
|
@@ -398,11 +398,9 @@ figure.sc-video {
|
||||||
|
|
||||||
.item-box {
|
.item-box {
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -337,10 +337,10 @@ index 2823e8d..4aefee2 100644
|
|||||||
|
|
||||||
{% endblock main %}
|
{% endblock main %}
|
||||||
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
|
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
|
||||||
index 9cf9657..04f2683 100644
|
index 0991457..06c5f1d 100644
|
||||||
--- a/youtube/templates/watch.html
|
--- a/youtube/templates/watch.html
|
||||||
+++ b/youtube/templates/watch.html
|
+++ b/youtube/templates/watch.html
|
||||||
@@ -93,7 +93,6 @@
|
@@ -87,7 +87,6 @@
|
||||||
</select>
|
</select>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -11,7 +11,7 @@ RUN apk update && apk upgrade && apk add --no-cache musl-dev build-base make gcc
|
|||||||
|
|
||||||
ARG APP_DIR="/srv/app"
|
ARG APP_DIR="/srv/app"
|
||||||
ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local"
|
ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local"
|
||||||
ARG YT_BRANCH="master"
|
ARG YT_BRANCH="0.2.8"
|
||||||
|
|
||||||
RUN mkdir --parents "$APP_DIR"
|
RUN mkdir --parents "$APP_DIR"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user