mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-26 09:53:00 +00:00
fix(client): webkitでMkMediaListが崩れるのを修正
This commit is contained in:
parent
f9d1bc340e
commit
63dc66769f
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-gap: 8px;
|
grid-gap: 8px;
|
||||||
|
|
||||||
|
// for webkit
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
&.n1 {
|
&.n1 {
|
||||||
aspect-ratio: 16/9;
|
aspect-ratio: 16/9;
|
||||||
grid-template-rows: 1fr;
|
grid-template-rows: 1fr;
|
||||||
|
|
Loading…
Reference in a new issue