Skip to content

Commit

Permalink
improve overflow on community header timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Jan 10, 2025
1 parent 5bd9b53 commit a728bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/timeformat.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export const styleElement = buildStyle(`
cursor: help;
}
${keyToCss('blogLinkWrapper')}:has(+ [data-formatted-time]) {
${keyToCss('blogLinkWrapper')}:has(+ [data-formatted-time]),
${keyToCss('info')}:has(+ ${keyToCss('timestamp')} > [data-formatted-time]) {
flex: none;
}
Expand Down

0 comments on commit a728bdd

Please sign in to comment.