feat: added saving of orientation, fixed experimental css style

This commit is contained in:
Daniel Ledda
2022-04-17 14:23:58 +02:00
parent 1861403f24
commit b4e3ecfac6
3 changed files with 22 additions and 8 deletions

View File

@@ -107,8 +107,7 @@
}
.root-sidebar-left-strip {
text-align: right;
writing-mode: sideways-lr;
writing-mode: vertical-rl;
background-color: var(--color-bg-light);
}
@@ -117,6 +116,7 @@
}
.root-sidebar-left-tab {
transform: rotate(-180deg);
display: inline-block;
width: 100%;
padding: 8px 3px 8px 3px;