From 1dff99922724fa9fb7da7e41f645197a312786cb Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 4 Apr 2025 20:23:19 +0100 Subject: add web+pawpub support --- static/misc.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/misc.css') diff --git a/static/misc.css b/static/misc.css index f2cc70d..f2d0555 100644 --- a/static/misc.css +++ b/static/misc.css @@ -182,6 +182,11 @@ details[open] > summary::before { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 19v-2h6.6L4 5.4L5.4 4L17 15.6V9h2v10z'/%3E%3C/svg%3E"); } +.indentedContainer { + display: block; + margin: 0 var(--spacing-double); +} + [hidden] { display: none !important; } -- cgit v1.3