update to v0.2.8

This commit is contained in:
Astound 2024-01-29 06:22:18 +08:00
parent 9dba53d4ed
commit 07c4e6f777
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56
2 changed files with 5 additions and 5 deletions

View File

@ -115,10 +115,10 @@ index e4e9c8b..8acb9b1 100644
.item-video {
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
+++ b/youtube/static/watch.css
@@ -412,11 +412,9 @@ figure.sc-video {
@@ -398,11 +398,9 @@ figure.sc-video {
.item-box {
display: grid;
@ -337,10 +337,10 @@ index 2823e8d..4aefee2 100644
{% endblock main %}
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
+++ b/youtube/templates/watch.html
@@ -93,7 +93,6 @@
@@ -87,7 +87,6 @@
</select>
{% endif %}
</div>

View File

@ -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 YT_REPO="https://git.sr.ht/~heckyel/yt-local"
ARG YT_BRANCH="master"
ARG YT_BRANCH="0.2.8"
RUN mkdir --parents "$APP_DIR"