From f6711bd7f322e43e84b7c4f842fc5050c4414482 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Tue, 26 Jul 2022 18:00:40 +0100 Subject: [PATCH] . --- base.css | 11 +++++++++++ index.go.html | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/base.css b/base.css index 1285c12..3baf2d5 100644 --- a/base.css +++ b/base.css @@ -127,6 +127,17 @@ main{ .item-table-360{ display: none; } +.item-table-span{ + position: absolute; + left: 0; +} +.item-table-dummy{ + display: table-cell; + vertical-align: top; + border-color: transparent; + background-color: transparent; + box-sizing: inherit; +} @media (min-width: 480px){ .main-table > div > div > div{ margin: 5px; diff --git a/index.go.html b/index.go.html index 7be5c8d..ef9c5a9 100644 --- a/index.go.html +++ b/index.go.html @@ -79,7 +79,8 @@
-
+
+
{{ .GetContent }}