From b87867d700fda0fa8c350bf14119f817f423301c Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Nov 2024 09:06:46 +0800 Subject: [PATCH] add some --- src/gonganxitong/portal.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/gonganxitong/portal.css b/src/gonganxitong/portal.css index fa7c3e1..ba223b6 100644 --- a/src/gonganxitong/portal.css +++ b/src/gonganxitong/portal.css @@ -38,7 +38,7 @@ $output>div>div.list>div.title div.action { overflow:hidden; } $output>div>div.list>div.title div.action div.item { margin-right:5px; } $output>div>div.list>div.title div.action div.item.button.icons input { display:none; } $output>div>div.list>div.role:not(.hide) { display:flex; align-items:center; justify-content:space-around; } -$output>div>div.list>div.role span { padding:5px; cursor:pointer; } +$output>div>div.list>div.role span { padding:5px; cursor:pointer; white-space:pre; } body:not(.mobile) $output>div>div.list>div.role span:hover { background-color:var(--hover-bg-color); } $output>div>div.list>div.role span:not(.select) { color:gray; } $output>div>div.list>div.role span.select { border-bottom:var(--box-notice); } @@ -147,5 +147,9 @@ body:not(.mobile) $output>fieldset.story>div.output div.item.card:not(:hover) { body:not(.width1) $output div.item.card div.title div.action { display:none; } body.en $output>fieldset table.content td:first-child { max-width:180px; width:unset;} $fieldset { box-shadow:none; } -body.width1 div.input.float { +body.mobile { + overflow:auto !important; +} +body.mobile div.input.float { + position:static; }