commit 8662bd9a6b03d86f12a647e6f4b03d60baf4f0b1
parent d41a00216662e2d78a27f2c17a17c97a143b31df
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Mon, 29 Jul 2024 14:00:08 +0200
fix: layout adjustments
Diffstat:
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/template.html b/template.html
@@ -23,8 +23,6 @@
img, iframe {
height: auto;
width: 100%;
- margin-top: 1em;
- margin-bottom: 1em;
border: 0;
}
iframe {
diff --git a/yt.R b/yt.R
@@ -175,7 +175,7 @@ template <- sub(x = template, pattern = "%%TITLE%%", replacement = "Video-Feed")
top <- paste0("<p>Last Updated: ", Sys.time(), "</p><hr>")
top_mainfeed <- paste0(
"<details>",
- "<summary class=\"button\">Channel List</summary>",
+ "<summary>Channel List</summary>",
paste0(
"<a href=\"", channel_id, ".html\">",
channel_name,