FIx height of comment info

This commit is contained in:
Pavel Mineev
2020-01-15 01:50:10 -06:00
committed by Umputun
parent 658279379a
commit 4f38c3ea31
3 changed files with 4 additions and 4 deletions
@@ -2,10 +2,8 @@
display: flex;
align-items: center;
flex-wrap: wrap;
height: 20px;
margin-bottom: 12px;
padding-right: 84px;
font-size: 14px;
line-height: 20px;
position: relative;
}
@@ -1,11 +1,12 @@
.comment__score {
position: absolute;
top: 4px;
top: 5px;
right: 0;
min-width: 60px;
font-size: 0;
font-weight: 700;
text-align: right;
line-height: 14px;
user-select: none;
cursor: default;
}
@@ -10,6 +10,7 @@
.comment__info {
margin-bottom: 0;
opacity: 0.8;
min-height: 20px;
}
.comment__avatar {
width: 20px;
@@ -23,6 +24,6 @@
}
.comment__score {
top: 2px;
top: 3px;
}
}