1
0
forked from mirror/misskey
This commit is contained in:
tamaina 2023-04-06 13:29:36 +00:00
parent ce094c5cf2
commit 47b90f0ab2

View File

@ -160,7 +160,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
&.n1 { &.n1 {
grid-template-rows: 1fr; grid-template-rows: 1fr;
min-height: 64px; min-height: 64px;
max-height: max(min(calc(var(--containerHeight, 100svh) * 0.5), 50svh, 334px), 130px); max-height: max(min(calc(var(--containerHeight, 100svh) * 0.5), 50svh, 334px), 64px);
} }
&.n2 { &.n2 {