From d5f0783828e158376201c75c05a3420266de5e58 Mon Sep 17 00:00:00 2001 From: shy Date: Fri, 19 Jul 2024 00:08:26 +0800 Subject: [PATCH] add some --- index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index e47ecf44..a916f389 100644 --- a/index.css +++ b/index.css @@ -647,6 +647,7 @@ table.content.full { width:100%; } table.content col.time { width:180px; } table.content col.action { width:var(--project); } table.content.detail td:first-child { width:var(--input-width); box-shadow:var(--th-box-shadow); } +body.mobile table.content.detail td:first-child { max-width:120px; word-break:break-all; white-space:break-spaces; } table.content.detail td { min-width:80px; } fieldset.web.chat.island.portal>div.output>table.content.detail td { min-width:80px; text-align:center; } body.void fieldset.web.chat.island.portal>div.status { display:none; } @@ -1019,7 +1020,7 @@ body.mobile fieldset.word fieldset.inner>form.option input[type=text] { display: body.mobile fieldset.vimer>form.option div.item.path input { width:var(--input-width); } body.mobile fieldset.vimer>form.option div.item.line { display:none; } body.mobile fieldset.Action>div.output>fieldset.plugin:not(.output):not(.float):not(.full):not(.cmd):not(:first-child) { margin:20px 0; } -body.mobile table.content.detail { word-break:break-all; white-space:unset; } +body.mobile table.content.detail { word-break:break-all; white-space:unset; overflow-y:hidden; } body.windows fieldset.inner>div.output { overflow:hidden; } body.windows fieldset.inner>div.output>div.layout>div.layout>div.profile { overflow:hidden; } body.white fieldset.inner.cmd>div.output>div.layout>div.tabs div:not(.select):not(:hover) { background-color:transparent; }