画像つき投稿の最大高さを調整
This commit is contained in:
parent
34cb22ae89
commit
e8e925f03d
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue