Fixed: collapsed posts would overflow
This commit is contained in:
parent
0236ce5e46
commit
1c868ff1af
4 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
/* TangerineUI 🍊 for Mastodon ・ Purple variant 🪻
|
/* TangerineUI 🍊 for Mastodon ・ Purple variant 🪻
|
||||||
version: 1.8.2
|
version: 1.8.3
|
||||||
|
|
||||||
A Tangerine redesign for Mastodon's Web UI.
|
A Tangerine redesign for Mastodon's Web UI.
|
||||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||||
|
|
@ -736,7 +736,7 @@ body.layout-single-column {
|
||||||
|
|
||||||
|
|
||||||
/* Zoom on emojis on hover (in post content only */
|
/* Zoom on emojis on hover (in post content only */
|
||||||
.layout-single-column .status__content { /* So the emoji doesn't clip out when zoomed on. */
|
.layout-single-column .status__content:not(.status__content--collapsed) { /* So the emoji doesn't clip out when zoomed on. */
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.layout-single-column .status__content .emojione {
|
.layout-single-column .status__content .emojione {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* TangerineUI 🍊 for Mastodon
|
/* TangerineUI 🍊 for Mastodon
|
||||||
version: 1.8.2
|
version: 1.8.3
|
||||||
|
|
||||||
A Tangerine redesign for Mastodon's Web UI.
|
A Tangerine redesign for Mastodon's Web UI.
|
||||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||||
|
|
@ -736,7 +736,7 @@ body.layout-single-column {
|
||||||
|
|
||||||
|
|
||||||
/* Zoom on emojis on hover (in post content only */
|
/* Zoom on emojis on hover (in post content only */
|
||||||
.layout-single-column .status__content { /* So the emoji doesn't clip out when zoomed on. */
|
.layout-single-column .status__content:not(.status__content--collapsed) { /* So the emoji doesn't clip out when zoomed on. */
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.layout-single-column .status__content .emojione {
|
.layout-single-column .status__content .emojione {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* TangerineUI 🍊 for Mastodon ・ Purple variant 🪻
|
/* TangerineUI 🍊 for Mastodon ・ Purple variant 🪻
|
||||||
version: 1.8.2
|
version: 1.8.3
|
||||||
|
|
||||||
A Tangerine redesign for Mastodon's Web UI.
|
A Tangerine redesign for Mastodon's Web UI.
|
||||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||||
|
|
@ -736,7 +736,7 @@ body.layout-single-column {
|
||||||
|
|
||||||
|
|
||||||
/* Zoom on emojis on hover (in post content only */
|
/* Zoom on emojis on hover (in post content only */
|
||||||
.layout-single-column .status__content { /* So the emoji doesn't clip out when zoomed on. */
|
.layout-single-column .status__content:not(.status__content--collapsed) { /* So the emoji doesn't clip out when zoomed on. */
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.layout-single-column .status__content .emojione {
|
.layout-single-column .status__content .emojione {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* TangerineUI 🍊 for Mastodon
|
/* TangerineUI 🍊 for Mastodon
|
||||||
version: 1.8.2
|
version: 1.8.3
|
||||||
|
|
||||||
A Tangerine redesign for Mastodon's Web UI.
|
A Tangerine redesign for Mastodon's Web UI.
|
||||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||||
|
|
@ -736,7 +736,7 @@ body.layout-single-column {
|
||||||
|
|
||||||
|
|
||||||
/* Zoom on emojis on hover (in post content only */
|
/* Zoom on emojis on hover (in post content only */
|
||||||
.layout-single-column .status__content { /* So the emoji doesn't clip out when zoomed on. */
|
.layout-single-column .status__content:not(.status__content--collapsed) { /* So the emoji doesn't clip out when zoomed on. */
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.layout-single-column .status__content .emojione {
|
.layout-single-column .status__content .emojione {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue