瀏覽代碼

ui: add some margin to profile button

Weihua Lu 4 年之前
父節點
當前提交
5f797c53cb
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/main/frontend/extensions/zotero.cljs

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

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