mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
Fix styling and spacing for likes on comments
This commit is contained in:
@@ -24,10 +24,9 @@
|
||||
|
||||
.comments > .comment,
|
||||
.comment.new-comment-form-wrapper {
|
||||
|
||||
margin: 0;
|
||||
border-top: 1px dotted $border-grey;
|
||||
padding: 10px 0;
|
||||
padding: 10px 0 0;
|
||||
|
||||
.info {
|
||||
margin-top: 5px;
|
||||
@@ -54,8 +53,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.comment.new-comment-form-wrapper { padding-bottom: 0; }
|
||||
|
||||
.submit-button {
|
||||
margin-top: 10px;
|
||||
input {
|
||||
@@ -81,6 +78,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.likes-on-comment {
|
||||
&.likes {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.media {
|
||||
margin: 0 0 2px;
|
||||
}
|
||||
|
||||
.expand-likes {
|
||||
display: inline-block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.new-comment {
|
||||
&:not(.open) .submit-button,
|
||||
&:not(.open) .md-header {
|
||||
|
||||
@@ -116,9 +116,6 @@
|
||||
|
||||
.no-comments { text-align: center; }
|
||||
|
||||
a {
|
||||
color: $link-color;
|
||||
}
|
||||
.count {
|
||||
float: left;
|
||||
i {
|
||||
@@ -144,6 +141,7 @@
|
||||
.comment.new-comment-form-wrapper {
|
||||
padding: 10px;
|
||||
}
|
||||
.comments > .comment { padding-bottom: 0; }
|
||||
|
||||
.count,
|
||||
.interaction-avatars {
|
||||
@@ -164,4 +162,15 @@
|
||||
width: $line-height-computed;
|
||||
}
|
||||
}
|
||||
.likes {
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
|
||||
.bd,
|
||||
.entypo-heart {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
img { display: inline; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -191,6 +191,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.comments {
|
||||
.likes {
|
||||
line-height: 10px;
|
||||
}
|
||||
|
||||
.expand-likes {
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.status-message-location {
|
||||
color: $text-grey;
|
||||
font-size: $font-size-small;
|
||||
|
||||
Reference in New Issue
Block a user