This commit is contained in:
tamaina 2023-04-06 13:28:50 +00:00
parent b75a4cc898
commit ce094c5cf2

View file

@ -159,7 +159,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
&.n1 {
grid-template-rows: 1fr;
min-height: 130px;
min-height: 64px;
max-height: max(min(calc(var(--containerHeight, 100svh) * 0.5), 50svh, 334px), 130px);
}