mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
feat(client/rtl): handle margin-left
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
.switch-widget .switch-button {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin-left: 8px;
|
||||
margin-inline-start: 8px;
|
||||
width: var(--switch-track-width);
|
||||
height: var(--switch-track-height);
|
||||
border-radius: 24px;
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
.switch-widget .switch-help-button {
|
||||
border: 0;
|
||||
margin-left: 4px;
|
||||
margin-inline-start: 4px;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
font-size: 1.1em;
|
||||
|
||||
Reference in New Issue
Block a user