FIx height of comment info
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user