diff options
| author | winter | 2025-04-04 20:23:19 +0100 |
|---|---|---|
| committer | winter | 2025-04-04 20:23:19 +0100 |
| commit | 1dff99922724fa9fb7da7e41f645197a312786cb (patch) | |
| tree | 4784e4828521040a4955f3ec8e89a84b689fb4a3 /static/misc.css | |
| parent | 44212e6248c93171ddedb51bfdb212ce8ffed695 (diff) | |
add web+pawpub support
Diffstat (limited to 'static/misc.css')
| -rw-r--r-- | static/misc.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |
