From 00ba1532af06c2782a1d9b5239f24c50d62e4ee1 Mon Sep 17 00:00:00 2001 From: xorzo <80540494+xorzo1@users.noreply.github.com> Date: Sat, 21 May 2022 15:59:16 +0200 Subject: [PATCH] fixed the positioning for top-right fixed the positioning for top-right because it wasen't the same as top-left xD --- [esx]/esx_menu_default/html/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/[esx]/esx_menu_default/html/css/app.css b/[esx]/esx_menu_default/html/css/app.css index 4214d78c..3ba3d567 100644 --- a/[esx]/esx_menu_default/html/css/app.css +++ b/[esx]/esx_menu_default/html/css/app.css @@ -81,7 +81,7 @@ } .menu.align-top-right { - right: 10; + right: 40; top: 0; } @@ -109,4 +109,4 @@ .menu.align-center { left: 50%; top: 50%; -} \ No newline at end of file +}