Applying maximum height to video
This commit is contained in:
parent
a7c74e2cbc
commit
9043536f8c
3 changed files with 9 additions and 6 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue