From 4924b1dd240330a5ddbda148e2b37df572c05800 Mon Sep 17 00:00:00 2001 From: mumuy Date: Tue, 16 Nov 2021 09:10:29 +0800 Subject: [PATCH] updated --- style/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/style/index.css b/style/index.css index 5ee7e4c..c105e18 100644 --- a/style/index.css +++ b/style/index.css @@ -289,6 +289,18 @@ a:hover{ line-height: 24px; overflow: hidden; } + .mod-panel .c-hd ul{ + overflow-x: auto; + white-space: nowrap; + } + .mod-panel .c-hd li{ + float: none; + display: inline-block; + width: auto; + } + .mod-panel .c-hd li a{ + padding: 0 4px; + } .mod-panel textarea{ width: 100%; height: 80px;