Merge remote-tracking branch 'upstream/master' into io

This commit is contained in:
Cookie Ramen
2023-02-10 23:07:16 +09:00
7 changed files with 101 additions and 3 deletions

View File

@@ -134,6 +134,9 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
display: grid;
grid-gap: 8px;
// for webkit
height: 100%;
&.n1 {
aspect-ratio: 16/9;
grid-template-rows: 1fr;