fix: sidebar icons alignment issues

This commit is contained in:
Konstantinos Kaloutas
2022-09-29 11:59:13 +03:00
parent fd8757bd4f
commit 5549b72e20
4 changed files with 9 additions and 6 deletions

View File

@@ -947,7 +947,7 @@
(when-not (string/blank? class)
(let [^js jsTablerIcons (gobj/get js/window "tablerIcons")]
(if (or extension? font? (not jsTablerIcons))
[:i (merge {:class
[:span.ui__icon (merge {:class
(util/format
(str "%s-" class
(when (:class opts)