Some more tools around Android icons
All checks were successful
/ publish (push) Successful in 1m48s

This commit is contained in:
Leon Mika 2026-03-12 22:52:25 +11:00
parent 7f6dcac154
commit c7ff8597aa
15 changed files with 644 additions and 2 deletions

View file

@ -0,0 +1,22 @@
.controls {
display: flex;
flex-direction: column;
}
.preview {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
#preview-canvas {
width: 256px;
height: 256px;
border: 1px solid var(--pico-muted-border-color);
border-radius: 4px;
}
#download-btn {
width: 100%;
}