mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
feat(client/rtl): handle right
This commit is contained in:
parent
db1bcfda45
commit
87fb3c1e82
@ -47,7 +47,7 @@ const TPL = /*html*/`\
|
||||
position: sticky;
|
||||
top: 0;
|
||||
inset-inline-start: 0;
|
||||
right: 0;
|
||||
inset-inline-end: 0;
|
||||
background: var(--modal-background-color);
|
||||
z-index: 998;
|
||||
}
|
||||
|
@ -61,7 +61,7 @@ const TPL = /*html*/`
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
justify-content: flex-end;
|
||||
right: 17px;
|
||||
inset-inline-end: 17px;
|
||||
border-radius: 7px;
|
||||
border: 1px solid var(--main-border-color);
|
||||
}
|
||||
@ -82,15 +82,15 @@ const TPL = /*html*/`
|
||||
}
|
||||
|
||||
.collapse-tree-button {
|
||||
right: 100px;
|
||||
inset-inline-end: 100px;
|
||||
}
|
||||
|
||||
.scroll-to-active-note-button {
|
||||
right: 55px;
|
||||
inset-inline-end: 55px;
|
||||
}
|
||||
|
||||
.tree-settings-button {
|
||||
right: 10px;
|
||||
inset-inline-end: 10px;
|
||||
}
|
||||
|
||||
.tree-settings-popup {
|
||||
|
@ -96,7 +96,7 @@ const TPL = /*html*/`
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
inset-inline-start: 0px;
|
||||
right: 0;
|
||||
inset-inline-end: 0;
|
||||
height: 2px;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
transform: rotate(45deg);
|
||||
|
@ -29,7 +29,7 @@ const TPL = /*html*/`
|
||||
.map-container .node-menu {
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
right: 20px;
|
||||
inset-inline-end: 20px;
|
||||
bottom: 80px;
|
||||
overflow: auto;
|
||||
background: var(--panel-bgcolor);
|
||||
|
@ -56,7 +56,7 @@ const TPL = /*html*/`
|
||||
.edit-text-note-button {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 10px;
|
||||
inset-inline-end: 10px;
|
||||
font-size: 150%;
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user