Remove width of the search wrapper

This commit is contained in:
2026-05-06 21:06:58 +02:00
parent d5e19b6aee
commit 59ffc4daff
@@ -12,7 +12,6 @@
--padding: 4px; --padding: 4px;
display: flex; display: flex;
align-items: center; align-items: center;
width: 80%;
border: 1.5px solid #ccc; border: 1.5px solid #ccc;
box-shadow: 0 0px 32px rgba(69, 98, 190, 0.25); box-shadow: 0 0px 32px rgba(69, 98, 190, 0.25);
border-radius: calc(var(--submit-button-content-height) * 0.5 + var(--submit-button-padding-y) + var(--padding)); border-radius: calc(var(--submit-button-content-height) * 0.5 + var(--submit-button-padding-y) + var(--padding));