Skip to content

Commit

Permalink
Fix old embed overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Sep 29, 2024
1 parent cc97fde commit 82a66be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,11 @@ body.embed .detailed-status__link {
top: 0;
}

/* stylelint-disable-next-line */
body.embed #mastodon-status {
overflow: hidden;
}

body.embed .detailed-status__meta,
.layout-single-column .detailed-status__meta {
color: var(--color-dim);
Expand Down

0 comments on commit 82a66be

Please sign in to comment.