mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix: input border & loading animation
This commit is contained in:
@@ -452,10 +452,9 @@
|
||||
|
||||
(defn loading
|
||||
[content]
|
||||
[:div.flex.flex-row.align-center
|
||||
[:span.lds-dual-ring.mr-2]
|
||||
[:span {:style {:margin-top 2}}
|
||||
content]])
|
||||
[:div.flex.flex-row.items-center
|
||||
[:span.icon.flex.items-center svg/loading]
|
||||
[:span.text.pl-2 content]])
|
||||
|
||||
(rum/defcs foldable <
|
||||
(rum/local false ::control?)
|
||||
|
||||
Reference in New Issue
Block a user