made a page to generate crafting trees (TODO: docs + testing)
This commit is contained in:
+2
-2
@@ -36,7 +36,7 @@ h1 {
|
||||
margin: 0%;
|
||||
}
|
||||
button:hover {
|
||||
filter: brightness(1.15) drop-shadow(0px calc(1px * var(--pxDensity)) rgba(0, 0, 0, 0.5));
|
||||
filter: brightness(1.15) drop-shadow(0px calc(2px * var(--pxDensity)) rgba(0, 0, 0, 0.5));
|
||||
cursor: pointer;
|
||||
}
|
||||
button:active {
|
||||
@@ -44,7 +44,7 @@ button:active {
|
||||
transform: translateY(calc(1px * var(--pxDensity)));
|
||||
}
|
||||
.toyUl {
|
||||
padding: calc(3px * var(--pxDensity));
|
||||
padding: 0% calc(3px * var(--pxDensity));
|
||||
display: inline-flex;
|
||||
width: fit-content;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user