Keep search bar wide on desktops

This commit is contained in:
arne 2025-11-22 18:32:13 +01:00
commit e28dbd8426

View file

@ -198,6 +198,7 @@
grid-template:
"a b"
"c c";
grid-template-columns: 1fr 1fr;
}
section.posts header.controls .display-info {
@ -211,7 +212,7 @@
}
section.posts header.controls .search-form input {
width: auto;
margin: 6px 0;
}
section.posts header.controls .buttons {