readable
This commit is contained in:
parent
2cc7f5c322
commit
e90da7dfa0
|
@ -194,7 +194,11 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
|
||||||
|
|
||||||
&.n1expand {
|
&.n1expand {
|
||||||
min-height: 64px;
|
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 {
|
&.n116_9 {
|
||||||
|
|
Loading…
Reference in a new issue