This commit is contained in:
tamaina 2023-04-13 13:06:22 +00:00
parent 2cc7f5c322
commit e90da7dfa0

View file

@ -194,7 +194,11 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
&.n1expand {
min-height: 64px;
max-height: clamp(64px, calc(var(--containerHeight, 100svh) * 0.5), min(334px, 50vh));
max-height: clamp(
64px,
calc(var(--containerHeight, 100svh) * 0.5), // but --containerHeight can broken (too big)
min(334px, 50vh)
);
}
&.n116_9 {