leizhe 3 лет назад
Родитель
Сommit
c06ba6e2e6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/frontend/components/sidebar.cljs

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

@@ -330,7 +330,7 @@
            :else
            [:div {:class (if global-graph-pages? "" (util/hiccup->class "max-w-7xl.mx-auto.pb-24"))
                   :style {:margin-bottom (if global-graph-pages? 0 120)
-                          :padding-bottom (if (mobile-util/native-iphone?) "7rem")}}
+                          :padding-bottom (when (mobile-util/native-iphone?) "7rem")}}
             main-content])]]])))
 
 (rum/defc footer