feat(client/rtl): handle margin-right

This commit is contained in:
Elian Doran
2025-10-08 17:45:31 +03:00
parent 247ab1aec3
commit 6b93013674
21 changed files with 51 additions and 51 deletions

View File

@@ -81,7 +81,7 @@ const FANCYTREE_CSS = `
span.fancytree-expander {
width: 24px !important;
margin-right: 5px;
margin-inline-end: 5px;
}
.fancytree-loading span.fancytree-expander {
@@ -101,7 +101,7 @@ span.fancytree-expander {
.tree-wrapper .scroll-to-active-note-button,
.tree-wrapper .tree-settings-button {
position: fixed;
margin-right: 16px;
margin-inline-end: 16px;
display: none;
}