File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 203
203
{:side " left"
204
204
:class " popover-content"
205
205
:align " start" }
206
- [:div.p-6
206
+ [:div.p-5
207
207
[:h2.mb-4.text-lg key]
208
208
(when (get-method hierarchy/description key)
209
209
[:p (hierarchy/description key)])
236
236
{:sideOffset 5
237
237
:class " popover-content"
238
238
:align " end" }
239
- [:div.p-6
239
+ [:div.p-5
240
240
[:h2.mb-4.text-lg tag]
241
241
(when-let [description (:description (tool/properties tag))]
242
242
[:p description])
Original file line number Diff line number Diff line change 19
19
20
20
(defn about
21
21
[]
22
- [:div.p-4
22
+ [:div.p-5
23
23
[:div.flex.gap-3.items-start.pb-2
24
24
[:div
25
25
[:div [:strong " Version: " ] config/version]
49
49
(defn save
50
50
[k]
51
51
(let [document @(rf/subscribe [::document.s/document k])]
52
- [:div.p-4
52
+ [:div.p-5
53
53
[:p
54
54
" Your changes to " [:strong (:title document)]
55
55
" will be lost if you close the document without saving." ]
77
77
[:> Dialog/Portal
78
78
[:> Dialog/Overlay {:class " backdrop" }]
79
79
[:> Dialog/Content
80
-
81
80
(merge {:class " dialog-content"
82
81
:on-key-down #(.stopPropagation %)}
83
82
(:attrs (last dialogs)))
84
83
(when-let [title (:title (last dialogs))]
85
84
[:> Dialog/Title
86
- {:class " text-xl px-4 pt-4 " }
85
+ {:class " text-xl px-5 pt-5 " }
87
86
title])
88
87
[:> Dialog/Description
89
88
{:class " m-0" }
You can’t perform that action at this time.
0 commit comments