fix(UI): move dropdown slightly to the left

This commit is contained in:
sokumon 2025-03-27 11:15:03 +05:30
parent 7aaccf1112
commit 5a2ef3f71c

View file

@ -719,6 +719,7 @@ body {
max-width: var(--sidebar-width);
z-index: 100;
font-size: var(--text-sm);
left: -10px !important;
.dropdown-item {
display: flex;