mirror of https://github.com/akveo/blur-admin
fix(blurFid): fix blurFeed messageHeader and time block
parent
dfd2109b00
commit
33d0255cee
|
@ -135,6 +135,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-header {
|
.message-header {
|
||||||
|
font-size: 12px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
.author {
|
.author {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -146,7 +147,7 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -164,21 +165,16 @@
|
||||||
.message-time {
|
.message-time {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
left: 5px;
|
left: 0;
|
||||||
bottom: -35px;
|
bottom: -22px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
color: $help-text;
|
color: $help-text;
|
||||||
.post-time {
|
.post-time {
|
||||||
display: inline-block;
|
float: left;
|
||||||
width: 50%;
|
|
||||||
}
|
}
|
||||||
.ago-time {
|
.ago-time {
|
||||||
position: relative;
|
float: right;
|
||||||
top: -7px;
|
|
||||||
display: inline-block;
|
|
||||||
width: 100%;
|
|
||||||
text-align: right;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue