From a461b98c8f3d2bf8f017ba3d467fb8009e4c8218 Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 12 Apr 2024 14:59:43 +0200 Subject: Add loading background; round poster edges --- web/style/nodecard.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/style/nodecard.css') diff --git a/web/style/nodecard.css b/web/style/nodecard.css index 05c305b..de99a33 100644 --- a/web/style/nodecard.css +++ b/web/style/nodecard.css @@ -4,6 +4,14 @@ Copyright (C) 2024 metamuffin Copyright (C) 2023 tpart */ + +.poster * img, .bigposter img { + background-color: var(--image-loading-placeholder); +} +.poster a, .bigposter img { + border-radius: 1em; +} + .card { padding: 1em; } -- cgit v1.2.3-70-g09d2