1
0
forked from mirror/misskey

Update MkMediaList.vue

This commit is contained in:
syuilo 2023-05-08 19:50:17 +09:00
parent b15caf349e
commit 936de58993

View File

@ -204,7 +204,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
max-height: clamp( max-height: clamp(
64px, 64px,
calc(100svh * 0.5), calc(100svh * 0.5),
min(334px, 50vh) min(360px, 50vh)
); );
&.n116_9 { &.n116_9 {