diff --git a/src/timelines/toot.module.css b/src/timelines/toot.module.css index 92c4143..59aac3e 100644 --- a/src/timelines/toot.module.css +++ b/src/timelines/toot.module.css @@ -117,6 +117,7 @@ color: var(--tutu-color-secondary-text-on-surface); transition: color 220ms var(--tutu-anim-curve-std), background-color 220ms var(--tutu-anim-curve-std); padding-bottom: 8px; + overflow: hidden; >img { max-width: 100%; @@ -151,7 +152,6 @@ >img:first-child { grid-row: 1 / 3; - height: 100%; object-fit: contain; }