画像つき投稿の最大高さを調整

This commit is contained in:
KMY 2023-10-01 18:58:26 +09:00
parent 34cb22ae89
commit e8e925f03d

View file

@ -6518,7 +6518,7 @@ a.status-card {
position: relative;
width: 100%;
min-height: 64px;
max-height: 70vh;
max-height: 60vh;
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: 50% 50%;
@ -6539,6 +6539,10 @@ a.status-card {
&--column4 {
grid-template-columns: 25% 25% 25% 25%;
}
&__compact {
max-height: 24vh;
}
}
.media-gallery__item {