mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-18 12:44:04 +01:00
Fix media preview height in compose form when 3 or more images are attached (#33571)
This commit is contained in:
parent
d517fa5ab7
commit
50449ae7ac
1 changed files with 4 additions and 0 deletions
|
@ -6815,6 +6815,8 @@ a.status-card {
|
|||
}
|
||||
|
||||
&--layout-3 {
|
||||
min-height: calc(64px * 2 + 8px);
|
||||
|
||||
& > .media-gallery__item:nth-child(1) {
|
||||
border-end-end-radius: 0;
|
||||
border-start-end-radius: 0;
|
||||
|
@ -6834,6 +6836,8 @@ a.status-card {
|
|||
}
|
||||
|
||||
&--layout-4 {
|
||||
min-height: calc(64px * 2 + 8px);
|
||||
|
||||
& > .media-gallery__item:nth-child(1) {
|
||||
border-end-end-radius: 0;
|
||||
border-start-end-radius: 0;
|
||||
|
|
Loading…
Reference in a new issue