From f9e957bd09e0b7c567a49302d7ef741dd8f61abc Mon Sep 17 00:00:00 2001 From: KeyboardDabbler <53971316+KeyboardDabbler@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:18:54 +1300 Subject: [PATCH] Fix: quickConnect flexbox alignment (#30) Co-authored-by: lscambo13 <32175188+lscambo13@users.noreply.github.com> --- Theme/ElegantFin-theme-nightly.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index b4d5183..2ad3291 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1466,6 +1466,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { position: relative; } +#quickConnectPreferencesPage .padded-left.padded-right.padded-bottom-page { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + #txtLoginDisclaimer{ resize: none; } \ No newline at end of file