Reduced max standalone media height to 450px

This commit is contained in:
Niléane 2023-12-01 13:45:07 +01:00
parent 9c54ccb00e
commit 259a327819
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1836,7 +1836,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) {
max-height: 500px;
max-height: 450px;
width: auto;
}

View file

@ -1835,7 +1835,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) {
max-height: 500px;
max-height: 450px;
width: auto;
}

View file

@ -1835,7 +1835,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) {
max-height: 500px;
max-height: 450px;
width: auto;
}