mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
revert left sidebar change
This commit is contained in:
committed by
Tienson Qin
parent
59adfc2436
commit
d704e3c9c1
@@ -82,6 +82,7 @@
|
||||
width: var(--ls-left-sidebar-sm-width);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
background-color: var(--ls-primary-background-color);
|
||||
transition: transform .3s;
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
z-index: 3;
|
||||
|
||||
@@ -210,7 +210,6 @@
|
||||
[:.sidebar-item-drop-area-overlay.bottom
|
||||
{:on-drag-enter #(reset! *drag-to idx)}]])
|
||||
|
||||
|
||||
(rum/defc inner-component <
|
||||
{:should-update (fn [_prev-state state] (last (:rum/args state)))}
|
||||
[component _should-update?]
|
||||
|
||||
Reference in New Issue
Block a user