mirror of https://github.com/akveo/blur-admin
fix(blurFeed): fix message time block css
parent
8695b7a30b
commit
dfd2109b00
|
@ -164,8 +164,8 @@
|
||||||
.message-time {
|
.message-time {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0;
|
left: 5px;
|
||||||
bottom: -22px;
|
bottom: -35px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
color: $help-text;
|
color: $help-text;
|
||||||
|
@ -174,8 +174,10 @@
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
.ago-time {
|
.ago-time {
|
||||||
|
position: relative;
|
||||||
|
top: -7px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 50%;
|
width: 100%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue