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

This commit is contained in:
Cookie Ramen 2023-02-10 23:07:16 +09:00
commit ddde68ad2d
No known key found for this signature in database
GPG key ID: 82A8B5D42246F02D
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;