Adjust menu style

This commit is contained in:
Tienson Qin
2020-07-24 16:37:02 +08:00
parent 5e2686d18f
commit be434155ad

View File

@@ -201,7 +201,7 @@
(fn [{:keys [toggle-fn]}]
[:a {:title "More options"
:on-click toggle-fn}
(svg/vertical-dots {:class (util/hiccup->class "opacity-50.hover:opacity-100")})])
(svg/vertical-dots {:class (util/hiccup->class "opacity-50.hover:opacity-100.h-5.w-5")})])
links
{:modal-class (util/hiccup->class
"origin-top-right.absolute.right-0.mt-2.rounded-md.shadow-lg.whitespace-no-wrap.dropdown-overflow-auto.page-drop-options")})))]])