From e3a0d6bc28d5a96248c3286b0adcf1671cb467de Mon Sep 17 00:00:00 2001 From: sunhao Date: Thu, 30 May 2024 16:16:41 +0800 Subject: [PATCH] * index: fix compatible css not work. --- module/index/css/index.ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/index/css/index.ui.css b/module/index/css/index.ui.css index 61f420ba49..ad94bfda04 100644 --- a/module/index/css/index.ui.css +++ b/module/index/css/index.ui.css @@ -18,7 +18,7 @@ #menu .nav > li > a.active {background: var(--zt-menu-active-bg, rgba(var(--color-primary-400-rgb), .7));} #menu .nav > li > a > .text {white-space: nowrap;} #menu .nav > li > a > .icon {font-size: 18px; display: inline-flex; align-items: center; justify-content: center;} -@supports not (gap) {#menu .nav > li > a > .icon {margin-right: 4px;}} +@supports not (gap: 1px) {#menu .nav > li > a > .icon {margin-right: 4px;}} .show-menu #menuNav [data-hint]::before, .show-menu #menuNav [data-hint]::after {display: none;} #menuNav {padding: 6px 0; position: absolute; left: 0; right: 0; top: 0; bottom: 46px;}