From 46ff033d7a426c2a1b00ddff4c3e1d3992d76a1c Mon Sep 17 00:00:00 2001 From: sunhao Date: Fri, 15 Mar 2024 14:47:30 +0800 Subject: [PATCH] * index: optimize style of menuMoreList. --- module/index/css/index.ui.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/index/css/index.ui.css b/module/index/css/index.ui.css index 284c26fb5d..5a44039355 100644 --- a/module/index/css/index.ui.css +++ b/module/index/css/index.ui.css @@ -17,8 +17,9 @@ #menuMoreNav {display: none;} .show-more-nav #menuMoreNav {display: block;} #menuMoreNav > li > a.with-popover-show {background-color: rgba(255,255,255,.1);} -#menuMoreList {background: var(--zt-menu-bg, var(--color-gray-800)); padding: 8px 0;} +#menuMoreList {background: var(--zt-menu-bg, var(--color-gray-800)); padding: 8px 0; min-width: 100px;} #menuMoreList > .menu-item {padding: 1px 12px!important; height: 32px!important;} +#menuMoreList > .menu-item > a > .text {flex: auto;} .hide-menu #menu {width: var(--zt-menu-fold-width, 40px)!important;} .hide-menu #menu .nav > li {padding: 4px}