Added ./libs/ direcroty (and the pages).
This commit is contained in:
+12
-6
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user