?
This commit is contained in:
parent
fd1e4baf0e
commit
c526df769d
|
@ -203,7 +203,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
|
|||
min-height: 64px;
|
||||
max-height: clamp(
|
||||
64px,
|
||||
calc(var(--containerHeight, 100svh) * 0.5), // but --containerHeight can broken (too big)
|
||||
50cqh,
|
||||
min(360px, 50vh)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue