From 212da96636e44272106a9bd8f85b2b40cd0b9423 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Mon, 21 Apr 2025 13:04:10 +0200 Subject: various updates --- index.html | 41 ++++++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 9 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index db3189b..458a791 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ body { height: 100vh; width: 100%; margin:0; - overflow:hidden; + overflow:auto; font-family:Calibri,Verdana,Sans-Serif; } @@ -31,7 +31,7 @@ body { overflow:auto; } -#run { +button { margin: 10pt; } @@ -41,8 +41,10 @@ body { } #output { - width: 100%; - height: 50vh; + /* width: 100%; */ + /* height: 50vh; */ + width: auto; + height: auto; overflow:auto; } @@ -55,6 +57,7 @@ body { svg { padding: 5px; + font-family:Calibri,Verdana,Sans-Serif; // border: 2px solid lime; } @@ -93,11 +96,12 @@ svg { {{ .Cur.Example }}
- - - - - + + + + + + Documentation: {{ range $link, $text := .Cur.Documentation }} {{$text}} / @@ -105,6 +109,7 @@ svg {
+