From cb738ec7162afd0aa494bc2802d67e6261e195fc Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Mon, 27 Jan 2025 18:24:07 +0000 Subject: [PATCH] Move dropdown to the right This seems more in line with how UI is laid out on other sites I've seen. --- sass/_extra.scss | 3 ++- templates/categories/page.html | 34 ++++++++++++++++++---------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/sass/_extra.scss b/sass/_extra.scss index bfd774e6..b34e5d61 100644 --- a/sass/_extra.scss +++ b/sass/_extra.scss @@ -100,7 +100,8 @@ ul.ui.list li::before { margin-left: 0.5em; } -#sort-menu { +.crates-toolbar { + text-align: right; margin-bottom: 1.5em; } diff --git a/templates/categories/page.html b/templates/categories/page.html index 775d0c56..d87ca60b 100644 --- a/templates/categories/page.html +++ b/templates/categories/page.html @@ -58,22 +58,24 @@