updated styles, added toy/tool 'hub', started on license generator tool

This commit is contained in:
2025-01-18 01:54:08 +01:00
parent dbff79a0a2
commit 37a7ca9b55
12 changed files with 157 additions and 16 deletions
+9
View File
@@ -0,0 +1,9 @@
.optionsContainer {
display: inline;
position: absolute;
top: 0%;
left: round(50%, var(--pxDensityPx));
transform: translate(-50%);
width: max-content;
padding: calc(1px * var(--pxDensity));
}