From d18ec187847893f94418b29bc6a087d6b2dd9a2d Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 7 Feb 2025 18:26:05 +0000 Subject: localise note timestamps and stuff --- static/form.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/form.css') diff --git a/static/form.css b/static/form.css index 859ba25..b82240e 100644 --- a/static/form.css +++ b/static/form.css @@ -119,6 +119,9 @@ form:not(.nopanel) { &:not(:last-child) { border-bottom: var(--border); } + &:has(button.material-symbols) { + grid-template-columns: 1fr calc(16em - 24px - var(--spacing-double)) 24px; + } @media (width < 600px) { grid-template-columns: 1fr; grid-auto-flow: row; -- cgit v1.3