|
@@ -2150,8 +2150,6 @@ body.in-iframe .main-row > .sidebar {
|
|
|
align-items: start;
|
|
|
}
|
|
|
.note-container .note-lhs-tree {
|
|
|
- min-width: 220px;
|
|
|
- max-width: 220px;
|
|
|
align-self: stretch;
|
|
|
border-right: 1px solid #ddd;
|
|
|
padding-top: 0.85rem;
|
|
@@ -2159,6 +2157,8 @@ body.in-iframe .main-row > .sidebar {
|
|
|
overflow: hidden;
|
|
|
max-height: calc(100vh - 55px);
|
|
|
background-color: #fff;
|
|
|
+ width: 0 !important;
|
|
|
+ opacity: 0 !important;
|
|
|
}
|
|
|
.note-container .note-lhs-tree:hover {
|
|
|
overflow: overlay;
|
|
@@ -2171,11 +2171,11 @@ body.in-iframe .main-row > .sidebar {
|
|
|
z-index: 1;
|
|
|
}
|
|
|
.note-container .note-lhs-tree.fixed ~ .note-rhs-content {
|
|
|
- margin-left: 220px;
|
|
|
- margin-right: 180px;
|
|
|
+ /*margin-left: 220px;*/
|
|
|
+ /*margin-right: 40vw;*/
|
|
|
}
|
|
|
.note-container .note-lhs-tree.fixed-left ~ .note-rhs-content {
|
|
|
- margin-left: 220px;
|
|
|
+ /*margin-left: 220px;*/
|
|
|
}
|
|
|
.note-container .note-lhs-tree .note-tree-node.note-tree-heading>a {
|
|
|
|
|
@@ -2249,12 +2249,11 @@ body.in-iframe .main-row > .sidebar {
|
|
|
padding-left: 4rem;
|
|
|
}
|
|
|
|
|
|
-.note-container .note-rhs-sidebar {
|
|
|
- min-width: 180px;
|
|
|
- max-width: 180px;
|
|
|
+/*.note-container .note-rhs-sidebar {
|
|
|
+ min-width: 40vw;
|
|
|
+ max-width: 40vw;
|
|
|
align-self: stretch;
|
|
|
border-right: 1px solid #ddd;
|
|
|
- height: 300px;
|
|
|
overflow: hidden;
|
|
|
max-height: calc(100vh - 55px);
|
|
|
background-color: #fff;
|
|
@@ -2272,7 +2271,7 @@ body.in-iframe .main-row > .sidebar {
|
|
|
}
|
|
|
.note-container .note-rhs-sidebar.fixed ~ .note-rhs-content {
|
|
|
margin-right: 180px;
|
|
|
-}
|
|
|
+}*/
|
|
|
.spot-highlight {
|
|
|
background: aliceblue !important;
|
|
|
}
|