chore(client/rtl): fix alignment of global menu in horizontal layout

This commit is contained in:
Elian Doran 2025-10-09 17:57:58 +03:00
parent 2c71a56324
commit 74d7191222
No known key found for this signature in database

View File

@ -246,7 +246,7 @@ html body .dropdown-item[disabled] {
color: var(--menu-item-arrow-color) !important; color: var(--menu-item-arrow-color) !important;
} }
body[dir=rtl] .dropdown-menu .dropdown-toggle::after { body[dir=rtl] .dropdown-menu:not([data-popper-placement="bottom-start"]) .dropdown-toggle::after {
content: "\ea4d" !important; content: "\ea4d" !important;
} }