From ef2ce5ba8be81bd80769a2d4ff02cc7db8b4f7ce Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 29 Aug 2024 17:33:10 +0200 Subject: [PATCH] style.css: move user post controls on small screens --- stylesheets/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 2b11651f..e0c37180 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -261,6 +261,13 @@ input.delete { margin-left: 0; } +@media (max-width: 48em) { + .user-controls { + clear: both; + float: right; + } +} + .post-details a { margin-left: 5px; }