webtools/site/image-inner-resize/style.css

24 lines
401 B
CSS
Raw Normal View History

2026-03-12 11:52:25 +00:00
.controls {
display: flex;
flex-direction: column;
}
.preview {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
#preview-canvas {
max-width: 100%;
max-height: 512px;
border: 1px solid var(--pico-muted-border-color);
border-radius: 4px;
background: repeating-conic-gradient(#eee 0% 25%, #fff 0% 50%) 50% / 16px 16px;
}
#download-btn {
width: 100%;
}