Skip to content

Commit

Permalink
Correct embed meta dot seprator gap
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 3, 2023
1 parent 643015b commit 891d6a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,12 @@ body.embed .detailed-status__display-avatar > img,
line-height: 1.4;
}

/* Embeds */
body.embed .detailed-status__link {
gap: 0;
margin-left: 4px;
}

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

0 comments on commit 891d6a5

Please sign in to comment.