From 3656aa2ec7ae13c80c478b53db4be1ce991dbc01 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Mon, 27 Jan 2025 18:06:56 +0000 Subject: [PATCH] Make dropdown full width on mobile --- sass/_extra.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/_extra.scss b/sass/_extra.scss index 5a1d933f..bfd774e6 100644 --- a/sass/_extra.scss +++ b/sass/_extra.scss @@ -137,6 +137,10 @@ ul.ui.list li::before { .card-grid.three, .card-grid.four { grid-template-columns: 1fr; } + + #sort-menu { + width: 100%; + } } /* Colors overridden to avoid inaccessible contrast levels */