diff --git a/sitemap.xml b/sitemap.xml index ab856d7..a19d663 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -8,7 +8,7 @@ https://www.bytedice.net/toys 0.67 - 2025-01-23 + 2025-01-25 https://www.bytedice.net/toys/license diff --git a/toys/style.css b/toys/style.css index 03b2a8c..bb7c9ed 100644 --- a/toys/style.css +++ b/toys/style.css @@ -1,7 +1,7 @@ .toyContainer { border: none; width: calc(64px * var(--pxDensity)); - height: calc(48px * var(--pxDensity)); + /* height: calc(48px * var(--pxDensity)); */ display: grid; grid-template-columns: 1fr; grid-template-rows: calc(32px * var(--pxDensity)) 1fr; @@ -21,6 +21,7 @@ text-align: left; overflow-y: scroll; overflow-x: hidden; + height: calc(16px * var(--pxDensity)); } h1 { font-size: max(1.2em, 2.5vmin);