Fixing attachment in RHS root post for compact view (#3289)
* Fixing attachment in RHS root post for compact view * Improving spacing for mentions
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
99dd271c06
Коммит
6a3e742e9b
@@ -175,6 +175,7 @@ export default class RhsRootPost extends React.Component {
|
|||||||
filenames={post.filenames}
|
filenames={post.filenames}
|
||||||
channelId={post.channel_id}
|
channelId={post.channel_id}
|
||||||
userId={post.user_id}
|
userId={post.user_id}
|
||||||
|
compactDisplay={this.props.compactDisplay}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
@include clearfix;
|
@include clearfix;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
height: 36px;
|
height: 39px;
|
||||||
line-height: 36px;
|
line-height: 35px;
|
||||||
margin: 5px 0;
|
margin: 0;
|
||||||
padding: 2px;
|
padding: 3px 8px;
|
||||||
position: relative;
|
position: relative;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user