made toys grid chrome-friendly
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
<url>
|
<url>
|
||||||
<loc>https://www.bytedice.net/toys</loc>
|
<loc>https://www.bytedice.net/toys</loc>
|
||||||
<priority>0.67</priority>
|
<priority>0.67</priority>
|
||||||
<lastmod>2025-01-23</lastmod>
|
<lastmod>2025-01-25</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.bytedice.net/toys/license</loc>
|
<loc>https://www.bytedice.net/toys/license</loc>
|
||||||
|
|||||||
+2
-1
@@ -1,7 +1,7 @@
|
|||||||
.toyContainer {
|
.toyContainer {
|
||||||
border: none;
|
border: none;
|
||||||
width: calc(64px * var(--pxDensity));
|
width: calc(64px * var(--pxDensity));
|
||||||
height: calc(48px * var(--pxDensity));
|
/* height: calc(48px * var(--pxDensity)); */
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
grid-template-rows: calc(32px * var(--pxDensity)) 1fr;
|
grid-template-rows: calc(32px * var(--pxDensity)) 1fr;
|
||||||
@@ -21,6 +21,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
height: calc(16px * var(--pxDensity));
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: max(1.2em, 2.5vmin);
|
font-size: max(1.2em, 2.5vmin);
|
||||||
|
|||||||
Reference in New Issue
Block a user