Kaynağa Gözat

ui: add some margin to profile button

Weihua Lu 4 yıl önce
ebeveyn
işleme
5f797c53cb
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      src/main/frontend/extensions/zotero.cljs

+ 2 - 0
src/main/frontend/extensions/zotero.cljs

@@ -346,6 +346,7 @@
    (ui/button
     "New profile"
     :small? true
+    :class "ml-2"
     :on-click
     (fn []
       (state/set-modal!
@@ -355,6 +356,7 @@
     "Delete profile!"
     :small? true
     :background "red"
+    :class "ml-2"
     :on-click
     (fn []
       (p/let [_ (setting/remove-profile @profile*)]