* index: fix compatible css not work.

This commit is contained in:
sunhao
2024-05-30 16:54:08 +08:00
committed by caoyanyi
parent fb834888ef
commit e3a0d6bc28
+1 -1
View File
@@ -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;}