made toys grid chrome-friendly

This commit is contained in:
2025-01-25 18:06:52 +01:00
parent b528e15276
commit cb3dc59c40
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<url>
<loc>https://www.bytedice.net/toys</loc>
<priority>0.67</priority>
<lastmod>2025-01-23</lastmod>
<lastmod>2025-01-25</lastmod>
</url>
<url>
<loc>https://www.bytedice.net/toys/license</loc>
+2 -1
View File
@@ -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);