mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
Fixed thread line max-height
This commit is contained in:
parent
5643725ef1
commit
2dac9794e6
@ -1895,7 +1895,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),
|
||||
.app-body .status > *:not(.status__info, .status__content, .status__action-bar) {
|
||||
.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line) {
|
||||
max-height: 450px;
|
||||
width: auto;
|
||||
}
|
||||
|
@ -1894,7 +1894,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),
|
||||
.app-body .status > *:not(.status__info, .status__content, .status__action-bar) {
|
||||
.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line) {
|
||||
max-height: 450px;
|
||||
width: auto;
|
||||
}
|
||||
|
@ -1894,7 +1894,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),
|
||||
.app-body .status > *:not(.status__info, .status__content, .status__action-bar) {
|
||||
.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line) {
|
||||
max-height: 450px;
|
||||
width: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user