prettifies post styles

This commit is contained in:
Travis Kohlbeck 2020-02-19 09:11:19 -05:00
parent f908e8656a
commit b4b32efd7d
1 changed files with 6 additions and 6 deletions

View File

@ -11,21 +11,21 @@ export const styles = (theme: Theme) =>
whiteSpace: "nowrap"
},
postHeaderTitle: {
display: 'flex',
flexWrap: 'wrap',
display: "flex",
flexWrap: "wrap",
color: theme.palette.text.secondary
},
postAuthorNameAndAccount: {
overflow: 'hidden',
textOverflow: 'ellipsis',
overflow: "hidden",
textOverflow: "ellipsis"
},
postAuthorName: {
whiteSpace: "nowrap",
color: theme.palette.text.primary
},
postAuthorAccount: {
overflow: 'hidden',
textOverflow: 'ellipsis',
overflow: "hidden",
textOverflow: "ellipsis",
marginLeft: theme.spacing.unit * 0.5
},
postReblogChip: {