From 71b1dbf5ef5eb17182887dad5cb42a70b1d1d21e Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 5 Sep 2024 12:57:09 +0200 Subject: [PATCH] style.css: move user controls to right on small screens --- stylesheets/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index d4d4dbf0..f791af44 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -489,8 +489,9 @@ input.delete { } @media (max-width: 48em) { - .user-controls { - display: none; + .intro > .user-controls { + clear: both; + float: right; } }