Skip to content

Commit

Permalink
fix(client): webkitでMkMediaListが崩れるのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Feb 9, 2023
1 parent f9d1bc3 commit 63dc667
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend/src/components/MkMediaList.vue
Expand Up @@ -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;
Expand Down

0 comments on commit 63dc667

Please sign in to comment.