64px
This commit is contained in:
parent
b75a4cc898
commit
ce094c5cf2
|
@ -159,7 +159,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
|
||||||
|
|
||||||
&.n1 {
|
&.n1 {
|
||||||
grid-template-rows: 1fr;
|
grid-template-rows: 1fr;
|
||||||
min-height: 130px;
|
min-height: 64px;
|
||||||
max-height: max(min(calc(var(--containerHeight, 100svh) * 0.5), 50svh, 334px), 130px);
|
max-height: max(min(calc(var(--containerHeight, 100svh) * 0.5), 50svh, 334px), 130px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue