From 04c7a8e0d2fcf77711734d6d1edb123988da53cb Mon Sep 17 00:00:00 2001 From: shy Date: Fri, 8 Mar 2024 23:52:37 +0800 Subject: [PATCH] add some --- panel/footer.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/panel/footer.css b/panel/footer.css index e6397a8b..62718bd9 100644 --- a/panel/footer.css +++ b/panel/footer.css @@ -6,8 +6,10 @@ fieldset.Footer>div.output div.state { font-family:var(--status-font-family); fl fieldset.Footer>div.output div.state label { font-size:var(--status-font-size); } fieldset.Footer>div.output div.toast { font-family:var(--status-font-family); line-height:18px; - max-width:360px; overflow:auto; - float:right; + max-width:640px; overflow:auto; float:right; +} +body.width6 fieldset.Footer>div.output div.toast { + max-width:1000px; } fieldset.Footer>div.output div.cmd { padding:0; margin-left:20px; } fieldset.Footer>div.output input[type=button] { background-color:transparent; }