feat(client/rtl): handle transform

This commit is contained in:
Elian Doran 2025-10-08 17:58:38 +03:00
parent 668e1dff4b
commit 3d9861f904
No known key found for this signature in database
3 changed files with 12 additions and 0 deletions

View File

@ -586,6 +586,10 @@ button.btn-sm {
z-index: 1000;
}
body[dir=rtl] .ck.ck-block-toolbar-button {
transform: translateX(-7px);
}
pre:not(.hljs) {
color: var(--main-text-color) !important;
white-space: pre-wrap;

View File

@ -685,6 +685,10 @@ body.layout-vertical.background-effects div.quick-search .dropdown-menu {
border-radius: 50%;
}
body[dir=rtl] #left-pane span.fancytree-node.protected > span.fancytree-custom-icon:after {
transform: translateX(-25%);
}
body.mobile .fancytree-expander::before,
body.mobile .fancytree-title,
body.mobile .fancytree-node > span {

View File

@ -68,6 +68,10 @@
overflow: hidden;
}
body[dir=rtl] .geo-map-container .leaflet-div-icon .title-label {
transform: translateX(50%);
}
.geo-map-container .leaflet-div-icon .archived {
opacity: 0.5;
}