diff options
| author | winter | 2025-02-07 18:26:05 +0000 |
|---|---|---|
| committer | winter | 2025-02-07 18:26:05 +0000 |
| commit | d18ec187847893f94418b29bc6a087d6b2dd9a2d (patch) | |
| tree | 8ea4451cb1f62f8041eae71ca60ec2b64fafe8b2 /static/form.css | |
| parent | 43f0b9f41a582925838b2ba686110b2f07576be3 (diff) | |
localise note timestamps and stuff
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
