Chat List: Center forum icons (#3328)
This commit is contained in:
parent
e1eb7a0315
commit
ee85e49f8f
@ -71,6 +71,7 @@
|
||||
margin-left: 0.25rem;
|
||||
margin-right: 0.25rem;
|
||||
display: inline;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.main-column {
|
||||
@ -108,9 +109,13 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.otherColumnIcon {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.other-column-title {
|
||||
font-size: 0.9375rem;
|
||||
margin-left: 0.25rem;
|
||||
margin-left: 1.5rem;
|
||||
}
|
||||
|
||||
.other-columns {
|
||||
|
||||
@ -135,6 +135,7 @@ const ChatForumLastMessage: FC<OwnProps> = ({
|
||||
>
|
||||
<TopicIcon
|
||||
topic={topic}
|
||||
className={styles.otherColumnIcon}
|
||||
observeIntersection={observeIntersection}
|
||||
/>
|
||||
<span className={styles.otherColumnTitle}>{renderText(topic.title)}</span>
|
||||
|
||||
@ -181,8 +181,8 @@
|
||||
}
|
||||
|
||||
.ListItem-button {
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.375rem;
|
||||
padding-top: 0.3125rem;
|
||||
padding-bottom: 0.3125rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user