mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-30 04:34:35 +02:00
422px上限
This commit is contained in:
@@ -159,7 +159,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
|
||||
|
||||
&.n1 {
|
||||
grid-template-rows: 1fr;
|
||||
max-height: max(min(calc(var(--containerHeight, 100svh) * 0.5), 50svh), 130px);
|
||||
max-height: max(min(calc(var(--containerHeight, 100svh) * 0.5), 50svh, 422px), 130px);
|
||||
}
|
||||
|
||||
&.n2 {
|
||||
|
||||
Reference in New Issue
Block a user