Skip to content

Commit

Permalink
tweak styling
Browse files Browse the repository at this point in the history
No need to transform if we use the other border; padding helps keep indicator from being on the previous line
  • Loading branch information
RoyEJohnson committed Apr 16, 2024
1 parent c6d7583 commit 3521a16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/content/components/Page/PageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ export default styled(MainContent)`
@media screen {
${hideBeforeAndAfter}
&.first {
padding-left: 0.4rem;
}
&.first[data-start-message]::before {
content: attr(data-start-message);
}
Expand Down

0 comments on commit 3521a16

Please sign in to comment.