소스 검색

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

leizhe 3 년 전
부모
커밋
ccd5b6e69a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/frontend/components/sidebar.cljs

+ 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")