Browse Source

Fixed alignment of items in comments

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/7251/head
John Molakvoæ (skjnldsv) 9 years ago
committed by Daniel Calviño Sánchez
parent
commit
5591ea6e8b
  1. 21
      apps/comments/css/comments.css
  2. 4
      core/css/share.scss

21
apps/comments/css/comments.css

@ -69,6 +69,7 @@
width: 32px;
height: 32px;
line-height: 32px;
margin-right: 5px;
}
#commentsTabView .comment .message .avatar,
@ -126,6 +127,13 @@
#commentsTabView .comment .authorRow {
position: relative;
cursor: pointer;
display: inline-flex;
align-items: center;
width: 100%;
}
#commentsTabView .comments li .message .atwho-inserted {
margin-left: 5px;
}
.atwho-view-ul * .avatar-name-wrapper {
@ -136,23 +144,20 @@
#commentsTabView .comment .date {
opacity: .5;
}
#commentsTabView .comment .author {
margin-left: 5px;
}
#commentsTabView .comment .date {
position: absolute;
right: 0;
top: 5px;
margin-left: auto;
}
#commentsTabView .comments li .message {
padding-left: 40px;
display: inline-flex;
flex-wrap: wrap;
align-items: center;
}
#commentsTabView .comment .action {
opacity: 0;
vertical-align: middle;
display: inline-block;
padding: 5px;
}
#commentsTabView .comment:hover .action {

4
core/css/share.scss

@ -177,9 +177,11 @@
}
.contactsmenu-popover {
left: -7px;
left: -6px;
right: auto;
padding: 3px 6px;
top: 100%;
margin-top: 0;
li.hidden {
display: none !important;
}

Loading…
Cancel
Save