mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-12-03 01:08:12 +09:00
Standalone media are now limited in height (unless the post is opened in detailed view)
This commit is contained in:
parent
f21db04081
commit
10c89b29f1
@ -1835,6 +1835,11 @@ 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) {
|
||||||
|
max-height: 500px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* 📊 Polls */
|
/* 📊 Polls */
|
||||||
.app-body .poll__chart,
|
.app-body .poll__chart,
|
||||||
.app-body .muted .poll__chart.leading {
|
.app-body .muted .poll__chart.leading {
|
||||||
@ -1898,7 +1903,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Empty columns */
|
/* Empty columns */
|
||||||
.app-body .empty-column-indicator {
|
.app-body .empty-column-indicator {
|
||||||
background-color: var(--color-content-secondary-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
|
@ -1834,6 +1834,11 @@ 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) {
|
||||||
|
max-height: 500px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* 📊 Polls */
|
/* 📊 Polls */
|
||||||
.app-body .poll__chart,
|
.app-body .poll__chart,
|
||||||
.app-body .muted .poll__chart.leading {
|
.app-body .muted .poll__chart.leading {
|
||||||
@ -1897,7 +1902,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Empty columns */
|
/* Empty columns */
|
||||||
.app-body .empty-column-indicator {
|
.app-body .empty-column-indicator {
|
||||||
background-color: var(--color-content-secondary-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
|
@ -1834,6 +1834,11 @@ 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) {
|
||||||
|
max-height: 500px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* 📊 Polls */
|
/* 📊 Polls */
|
||||||
.app-body .poll__chart,
|
.app-body .poll__chart,
|
||||||
.app-body .muted .poll__chart.leading {
|
.app-body .muted .poll__chart.leading {
|
||||||
@ -1897,7 +1902,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Empty columns */
|
/* Empty columns */
|
||||||
.app-body .empty-column-indicator {
|
.app-body .empty-column-indicator {
|
||||||
background-color: var(--color-content-secondary-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
|
Loading…
Reference in New Issue
Block a user