1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-15 04:55:08 +02:00

Update MkMediaList.vue

This commit is contained in:
syuilo
2023-05-08 19:02:58 +09:00
parent 927d4aeab6
commit b15caf349e

View File

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