Place control buttons next to search input on large enough screens

This commit is contained in:
arne 2025-11-21 00:30:52 +01:00
commit 09407c3231

View file

@ -163,6 +163,12 @@
}
@media screen and (min-width: 640px) {
section.posts .controls {
grid-template:
"a a"
"b c";
}
section.posts .controls .post-info {
grid-area: a;
}