File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 203203 {:side " left"
204204 :class " popover-content"
205205 :align " start" }
206- [:div.p-6
206+ [:div.p-5
207207 [:h2.mb-4.text-lg key]
208208 (when (get-method hierarchy/description key)
209209 [:p (hierarchy/description key)])
236236 {:sideOffset 5
237237 :class " popover-content"
238238 :align " end" }
239- [:div.p-6
239+ [:div.p-5
240240 [:h2.mb-4.text-lg tag]
241241 (when-let [description (:description (tool/properties tag))]
242242 [:p description])
Original file line number Diff line number Diff line change 1919
2020(defn about
2121 []
22- [:div.p-4
22+ [:div.p-5
2323 [:div.flex.gap-3.items-start.pb-2
2424 [:div
2525 [:div [:strong " Version: " ] config/version]
4949(defn save
5050 [k]
5151 (let [document @(rf/subscribe [::document.s/document k])]
52- [:div.p-4
52+ [:div.p-5
5353 [:p
5454 " Your changes to " [:strong (:title document)]
5555 " will be lost if you close the document without saving." ]
7777 [:> Dialog/Portal
7878 [:> Dialog/Overlay {:class " backdrop" }]
7979 [:> Dialog/Content
80-
8180 (merge {:class " dialog-content"
8281 :on-key-down #(.stopPropagation %)}
8382 (:attrs (last dialogs)))
8483 (when-let [title (:title (last dialogs))]
8584 [:> Dialog/Title
86- {:class " text-xl px-4 pt-4 " }
85+ {:class " text-xl px-5 pt-5 " }
8786 title])
8887 [:> Dialog/Description
8988 {:class " m-0" }
You can’t perform that action at this time.
0 commit comments