Applying maximum height to video

This commit is contained in:
Niléane 2023-12-14 21:20:03 +01:00
commit 9043536f8c
No known key found for this signature in database
3 changed files with 9 additions and 6 deletions

View file

@ -1906,7 +1906,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 1px solid var(--color-lines); border: 1px solid var(--color-lines);
} }
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) { .app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone),
.app-body .status > *:not(.status__info, .status__content, .status__action-bar) {
max-height: 450px; max-height: 450px;
width: auto; width: auto;
} }
@ -2504,7 +2505,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .navigation-panel__legal { .app-body .navigation-panel__legal {
order: 14; order: 14;
} }
.app-body .flex-spacer { .app-body *:not(.compose-panel) > .flex-spacer {
order: 15; order: 15;
} }
.app-body .getting-started__trends { .app-body .getting-started__trends {

View file

@ -1905,7 +1905,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 1px solid var(--color-lines); border: 1px solid var(--color-lines);
} }
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) { .app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone),
.app-body .status > *:not(.status__info, .status__content, .status__action-bar) {
max-height: 450px; max-height: 450px;
width: auto; width: auto;
} }
@ -2503,7 +2504,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .navigation-panel__legal { .app-body .navigation-panel__legal {
order: 14; order: 14;
} }
.app-body .flex-spacer { .app-body *:not(.compose-panel) > .flex-spacer {
order: 15; order: 15;
} }
.app-body .getting-started__trends { .app-body .getting-started__trends {

View file

@ -1905,7 +1905,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 1px solid var(--color-lines); border: 1px solid var(--color-lines);
} }
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) { .app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone),
.app-body .status > *:not(.status__info, .status__content, .status__action-bar) {
max-height: 450px; max-height: 450px;
width: auto; width: auto;
} }
@ -2503,7 +2504,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .navigation-panel__legal { .app-body .navigation-panel__legal {
order: 14; order: 14;
} }
.app-body .flex-spacer { .app-body *:not(.compose-panel) > .flex-spacer {
order: 15; order: 15;
} }
.app-body .getting-started__trends { .app-body .getting-started__trends {