1
0
Эх сурвалжийг харах

Merge branch 'mobile' of github.com:logseq/logseq into mobile

leizhe 3 жил өмнө
parent
commit
ccd5b6e69a

+ 1 - 1
src/main/frontend/components/sidebar.cljs

@@ -294,7 +294,7 @@
               "opacity-75 pointer-events-auto"
               "opacity-0 pointer-events-none")
      :on-click close-fn}]
-   [:div#left-bar.fixed.inset-y-0.left-0.flex.flex-col.z-40.w-full.transform.ease-in-out.duration-300
+   [:div#left-bar.fixed.inset-y-0.left-0.flex.flex-col.z-40.transform.ease-in-out.duration-300
     {:class (if @open?
               "translate-x-0"
               "-translate-x-full")