fix reply button layout and mention names
parent
933adcce61
commit
c381c614ba
|
@ -19,6 +19,7 @@
|
|||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
padding: 0px 3px;
|
||||
}
|
||||
&.cp-mentions-clickable {
|
||||
outline: none;
|
||||
|
|
|
@ -84,7 +84,7 @@ body.cp-app-pad {
|
|||
}
|
||||
#cp-app-pad-comments {
|
||||
order: 3;
|
||||
width: 300px;
|
||||
width: 330px;
|
||||
//background-color: white;
|
||||
margin: 0px 20px;
|
||||
.comments_main();
|
||||
|
|
Loading…
Reference in New Issue