From a15e068f42ba3cef294993a254ba601e85c03754 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 15 Jun 2026 06:18:01 +0200 Subject: [PATCH] Add styles for video sources/thumbnails in library view, and update chat message card borders --- src/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/styles.css b/src/styles.css index b1c2b88..4601d48 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1829,6 +1829,17 @@ input:checked + .slider:before { line-height: 1.5; } +.library-video-source { + margin-top: 8px; + color: var(--muted); + font-size: 0.78rem; + overflow-wrap: anywhere; +} + +.library-video-thumbnail { + margin-top: 8px; +} + .library-content-card.kind-chat_message { border-color: color-mix(in srgb, #e9c46a 48%, var(--border)); }