From 7e66150ab302ad04a0cc5daada0c77b3c20f3ced Mon Sep 17 00:00:00 2001
From: RD WebDesign <github@rdwebdesign.com.br>
Date: Sat, 3 Jun 2023 02:20:19 -0300
Subject: [PATCH] Adjust menu label tags position - LCARS theme

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
---
 style/themes/lcars.css | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/style/themes/lcars.css b/style/themes/lcars.css
index 8f87bd004..5da88356b 100644
--- a/style/themes/lcars.css
+++ b/style/themes/lcars.css
@@ -607,7 +607,7 @@ p.login-box-msg,
 }
 
 .sidebar-menu li > a > .pull-right-container.warning-count {
-  transform: scale(1);
+  transform: none;
   position: relative;
   bottom: 0.15em;
 }
@@ -862,6 +862,16 @@ p.login-box-msg,
   transform: scaleX(-1);
 }
 
+.sidebar-menu li > a > span .pull-right-container {
+  position: absolute;
+  bottom: 7px;
+  left: 10px;
+}
+
+.sidebar-menu li > a > span .pull-right-container span {
+  float: left !important;
+}
+
 .treeview-menu > li > a {
   margin: 4px 0 0;
   padding: 23px 38px 4px 0;
-- 
GitLab