Fix show over 5 medias on web cli

This commit is contained in:
KMY 2023-05-12 15:47:09 +09:00
parent 081439a7dd
commit ec0ed1cfd8
2 changed files with 9 additions and 1 deletions

View file

@ -6509,6 +6509,14 @@ a.status-card.compact:hover {
grid-template-columns: 50% 50%;
grid-template-rows: 50% 50%;
gap: 2px;
&--row3 {
grid-template-rows: 34% 33% 33%;
}
&--row4 {
grid-template-rows: 25% 25% 25% 25%;
}
}
.media-gallery__item {