mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(client/rtl): fix alignment of global menu in horizontal layout
This commit is contained in:
parent
2c71a56324
commit
74d7191222
@ -246,7 +246,7 @@ html body .dropdown-item[disabled] {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user