Remove unnecessary status__info-time div (#3172)
This commit is contained in:
parent
f554807563
commit
419226d1f6
3 changed files with 4 additions and 9 deletions
|
@ -606,6 +606,8 @@
|
|||
|
||||
.status__relative-time {
|
||||
color: lighten($ui-base-color, 26%);
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.status__display-name {
|
||||
|
@ -622,11 +624,6 @@
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
.status__info-time {
|
||||
float: right;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.status-check-box {
|
||||
border-bottom: 1px solid lighten($ui-base-color, 8%);
|
||||
display: flex;
|
||||
|
|
|
@ -62,7 +62,7 @@ body.rtl {
|
|||
left: 0;
|
||||
}
|
||||
|
||||
.status__info-time {
|
||||
.status__relative-time {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue