Fixed: collapsed posts would overflow

This commit is contained in:
Niléane 2023-07-31 19:48:26 +02:00
commit 1c868ff1af
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
/* TangerineUI 🍊 for Mastodon Purple variant 🪻
version: 1.8.2
version: 1.8.3
A Tangerine redesign for Mastodon's Web UI.
https://github.com/nileane/TangerineUI-for-Mastodon/
@ -736,7 +736,7 @@ body.layout-single-column {
/* 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;
}
.layout-single-column .status__content .emojione {