From be0677413154af5563f08e31b703179e991714a8 Mon Sep 17 00:00:00 2001 From: colorfulberry Date: Tue, 13 Apr 2021 10:38:45 +0800 Subject: [PATCH 1/2] feat: imrpvoe the css --- web_src/less/_base.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web_src/less/_base.less b/web_src/less/_base.less index 5528e58a3..4a1414e95 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -1297,10 +1297,6 @@ i.icon.centerlock { vertical-align: middle !important; } -.ui.grid>.column:not(.row), -.ui.grid>.row>.column { - z-index: 0, -} .ui.search.action.input > input { width: auto; } \ No newline at end of file From c7f316f557049de0e7f68c63ce55a0c7b8134c38 Mon Sep 17 00:00:00 2001 From: colorfulberry Date: Tue, 13 Apr 2021 11:32:37 +0800 Subject: [PATCH 2/2] feat: fix style --- web_src/less/openi.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/less/openi.less b/web_src/less/openi.less index 3dac81f4a..c005ee967 100644 --- a/web_src/less/openi.less +++ b/web_src/less/openi.less @@ -5,10 +5,10 @@ color: #f2711c!important } .mb-1 { - margin-bottom: 8px; + margin-bottom: 8px !important; } .mb-2 { - margin-bottom: 16px; + margin-bottom: 16px !important; } .following.bar #navbar .brand{ padding-left: 0;