From c6fa4706d82734c0f11553d463ee9f9ef36a7523 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 20 Aug 2024 10:37:10 +0200 Subject: [PATCH] style.css: keep poster id on the left of large screens --- stylesheets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 2e685e45..c07b9941 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -451,7 +451,10 @@ input.delete { .post-details { text-wrap: nowrap; - float: right; + + @media (max-width: 48em) { + float: right; + } } .intro span.subject {