This commit is contained in:
syuilo 2025-08-08 21:26:53 +09:00
parent aaf3f343ea
commit 076a83466e
1 changed files with 8 additions and 0 deletions

View File

@ -585,6 +585,14 @@ defineExpose({
grid-template-columns: var(--columns);
font-size: 30px;
> .config {
aspect-ratio: 1 / 1;
width: auto;
height: auto;
min-width: 0;
font-size: 14px;
}
> .item {
aspect-ratio: 1 / 1;
width: auto;