1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 04:56:12 +02:00
This commit is contained in:
syuilo
2025-08-08 21:26:53 +09:00
parent aaf3f343ea
commit 076a83466e

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;