Wider GlobalSearch to avoid linebreak when big enough screen

This commit is contained in:
Kalle
2026-03-19 19:03:30 +02:00
parent a21004575c
commit d1e229e234

View File

@@ -69,7 +69,7 @@
.modal {
width: 100%;
max-width: 32rem;
max-width: 36rem;
border: 1px solid var(--color-border);
background-color: var(--color-bg);
border-radius: var(--radius-box);