fix reply button layout and mention names

pull/1/head
David Benqué 5 years ago
parent 933adcce61
commit c381c614ba

@ -19,6 +19,7 @@
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
padding: 0px 3px;
} }
&.cp-mentions-clickable { &.cp-mentions-clickable {
outline: none; outline: none;

@ -84,7 +84,7 @@ body.cp-app-pad {
} }
#cp-app-pad-comments { #cp-app-pad-comments {
order: 3; order: 3;
width: 300px; width: 330px;
//background-color: white; //background-color: white;
margin: 0px 20px; margin: 0px 20px;
.comments_main(); .comments_main();

Loading…
Cancel
Save