Added ./libs/ direcroty (and the pages).

This commit is contained in:
2025-11-14 19:43:15 +01:00
parent d4ad6a62d1
commit ef3088c3f1
20 changed files with 444 additions and 112 deletions
+12 -6
View File
@@ -1,8 +1,7 @@
.toyContainer {
border: none;
width: calc(64px * var(--pxDensity));
/* height: calc(48px * var(--pxDensity)); */
display: grid;
width: 100%;
grid-template-columns: 1fr;
grid-template-rows: calc(32px * var(--pxDensity)) 1fr;
color: inherit;
@@ -10,9 +9,10 @@
.toyImg {
image-rendering: pixelated;
overflow: hidden;
max-width: calc(62px * var(--pxDensity));
height: calc(32px * var(--pxDensity));
margin: 0% auto;
width: 100%;
height: 100%;
object-fit: contain;
margin: auto auto;
}
.toyTextContainer {
background-color: var(--navBar_SecondInner);
@@ -40,8 +40,14 @@ button:active {
filter: brightness(0.85);
transform: translateY(calc(1px * var(--pxDensity)));
}
.toyUl {
padding: calc(3px * var(--pxDensity));
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: calc(6px * var(--pxDensity))
}
.toyLi {
margin: calc(3px * var(--pxDensity));
margin: 0;
}
ul {
margin: 0%;