From 09407c3231365fa95e009b24531644700a322c7a Mon Sep 17 00:00:00 2001 From: arne Date: Fri, 21 Nov 2025 00:30:52 +0100 Subject: [PATCH] Place control buttons next to search input on large enough screens --- public/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/index.html b/public/index.html index 61db30f..e87f052 100644 --- a/public/index.html +++ b/public/index.html @@ -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; }