From 9ab4242422fb1292fcf4e13cde424c916ecd9018 Mon Sep 17 00:00:00 2001 From: Rizky Date: Wed, 24 Jan 2024 17:31:10 +0700 Subject: [PATCH] wip fix --- .../nova/ed/panel/side/style/ui/LayoutPacked.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/app/web/src/nova/ed/panel/side/style/ui/LayoutPacked.tsx b/app/web/src/nova/ed/panel/side/style/ui/LayoutPacked.tsx index c71f9558..a0694193 100644 --- a/app/web/src/nova/ed/panel/side/style/ui/LayoutPacked.tsx +++ b/app/web/src/nova/ed/panel/side/style/ui/LayoutPacked.tsx @@ -81,7 +81,7 @@ const AlignItem: FC<{ active === align && css` .icon { - display: flex; + display: flex !important; } .point { display: none; @@ -90,7 +90,7 @@ const AlignItem: FC<{ css` &:hover { .icon { - display: flex; + display: flex !important; opacity: 0.5; } .point { @@ -103,7 +103,16 @@ const AlignItem: FC<{ onChange(align); }} > - +