Update MkMediaList.vue
This commit is contained in:
parent
927d4aeab6
commit
b15caf349e
|
@ -203,7 +203,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
|
||||||
min-height: 64px;
|
min-height: 64px;
|
||||||
max-height: clamp(
|
max-height: clamp(
|
||||||
64px,
|
64px,
|
||||||
calc(100cqh * 0.5),
|
calc(100svh * 0.5),
|
||||||
min(334px, 50vh)
|
min(334px, 50vh)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue