Update Setting

This commit is contained in:
2026-05-01 17:57:07 +07:00
parent bcb2c329c5
commit 9c784e77f8
26 changed files with 954 additions and 3233 deletions

View File

@@ -67,6 +67,7 @@
font-size: 18px;
color: #eeeeee;
-unity-font-style: normal;
/* Giúp chữ mượt hơn */
-unity-text-outline-width: 0.1px;
-unity-text-outline-color: rgba(255, 255, 255, 0.1);
}
@@ -221,16 +222,17 @@ DropdownField:hover .unity-base-field__input {
SMART SIDEBAR (STABLE OVERLAY SYSTEM)
============================================================ */
.sidebar-tabs-container {
background-color: rgba(15, 15, 15, 0.98);
background-color: rgb(10, 10, 10) !important; /* ĐEN ĐẶC TUYỆT ĐỐI */
opacity: 1 !important;
padding-top: 60px;
border-right-width: 2px;
border-right-color: rgba(0, 255, 204, 0.1);
overflow: hidden;
height: 100%;
position: absolute; /* Phải là absolute để lướt đè */
position: absolute;
left: 0;
top: 0;
z-index: 100;
z-index: 999; /* ƯU TIÊN HIỂN THỊ CAO NHẤT */
}
.sidebar-collapsed {
@@ -239,6 +241,7 @@ DropdownField:hover .unity-base-field__input {
.sidebar-expanded {
border-right-color: #00ffcc;
background-color: rgb(10, 10, 10) !important;
}
.sidebar-tab {
@@ -295,7 +298,7 @@ DropdownField:hover .unity-base-field__input {
width: 50px;
height: 50px;
border-radius: 25px;
margin: 15px auto;
margin: 15px 15px;
background-color: rgba(255, 255, 255, 0.1);
}