From 5be9692192f5bc46e8363422a4975c756253076e Mon Sep 17 00:00:00 2001 From: TheDevRyan <175502913+The-Dev-Ryan@users.noreply.github.com> Date: Sat, 18 Oct 2025 18:33:08 +0100 Subject: [PATCH] Fixed menu position for Fixed Width Style --- public/styles/style-bootstrap.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/styles/style-bootstrap.css b/public/styles/style-bootstrap.css index 3ff396f4..c9f020f0 100644 --- a/public/styles/style-bootstrap.css +++ b/public/styles/style-bootstrap.css @@ -3444,7 +3444,6 @@ nav .lbbuttonsel2 { z-index: 1000; right: 10px; } - #userDropdownButton { display: flex; align-items: center; @@ -3574,3 +3573,7 @@ nav .lbbuttonsel2 { height: 14px; opacity: 0.7; } + +body:not(.fullscreen) #userDropdown { + right: calc(50vw - 470px); +} \ No newline at end of file