From 9558e1214d116a5f44f8731db78801a7056bb74e Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Sat, 4 Jan 2025 20:23:06 +0000 Subject: [PATCH] fix html Signed-off-by: Doug Davis --- registry/httpStuff.go | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/registry/httpStuff.go b/registry/httpStuff.go index 10de056d..f8379dcf 100644 --- a/registry/httpStuff.go +++ b/registry/httpStuff.go @@ -568,20 +568,20 @@ func (pw *PageWriter) Done() { .expandAll { display: inline-flex ; - position: fixed ; - top: 30 ; - right: 16 ; + position: fixed ; + top: 30 ; + right: 16 ; } .expandBtn { cursor: default ; display: inline-block ; - width: 2ch ; - text-align: center ; - border: 1px solid darkgrey ; - border-radius: 5px ; - background-color: lightgrey ; - margin-right: 2px ; + width: 2ch ; + text-align: center ; + border: 1px solid darkgrey ; + border-radius: 5px ; + background-color: lightgrey ; + margin-right: 2px ; } .spc { @@ -605,8 +605,11 @@ func (pw *PageWriter) Done() { // background-color: lightsteelblue ; // #e7eff7 ; color: black ; - font-weight: bold ; - font-size: smaller ; + // font-weight: bold ; + font-size: medium ; + overflow: hidden ; + line-height: 10px ; + max-width: 8px ; } .hide {