From c72dfab37fd6f0d739ea70d42779b2a8c85e9915 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 26 Nov 2025 00:58:34 -0500 Subject: Add Youtube RSS parser --- static/app.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/app.css b/static/app.css index 2b86f97..254cbc4 100644 --- a/static/app.css +++ b/static/app.css @@ -81,14 +81,17 @@ a:hover::after { padding: 0.2em 0.5em; width: 75%; - background-color: black; + background-color: rgba(0, 0, 0, 0.8); color: white; - opacity: 0.8; border-radius: 20px; box-shadow: 0px 0px 15px 2px #410f5e; } +.video { + background-color: rgba(0, 0, 0, 1.0); +} + .topline { display: flex; flex-direction: row; @@ -181,18 +184,29 @@ a:hover::after { width: 95%; } +.url_form > input { + margin-right: 2em; + margin-left: 2em; +} + .markdown_form { margin-left: 2em; margin-right: 2em; } +.video { + opacity: 1; + aspect-ratio: 16 / 9; + width: 90%; +} + .bottom_elem { margin-bottom: 2rem; } .white { background-color: white; - opacity: 1; + opacity: 0.65; } .text_left { -- cgit v1.2.3