So much play

This commit is contained in:
Sam
2025-04-26 16:52:45 +12:00
parent bb736b5448
commit 938227cfa2
35 changed files with 25962 additions and 24 deletions

View File

@@ -38,7 +38,7 @@ canvas {
}
}
#custom {
#shape-controls {
display: flex;
flex-flow: column;
height: 100%;
@@ -50,7 +50,9 @@ canvas {
/* background-color: rgba(32, 32, 32, 0.616); */
}
#custom p{
#shape-controls p{
color: #e0e0e0;
font-family: Roboto, system-ui;
}
@@ -59,6 +61,20 @@ canvas {
font-family: Roboto, system-ui;
}
.control-container {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0px 0px 0px 0px;
}
.filter-div {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0px 0px 0px 24px;
}
.header {
text-align: center;
font-weight: bold;