Fix timeline stem height
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"dist/css/all.css": "dist/css/all-05d38989.css",
|
"dist/css/all.css": "dist/css/all-44605339.css",
|
||||||
"dist/js/all.js": "dist/js/all-c132bc1e.js"
|
"dist/js/all.js": "dist/js/all-c132bc1e.js"
|
||||||
}
|
}
|
||||||
@@ -121,8 +121,8 @@ body.status-page {
|
|||||||
position: relative;
|
position: relative;
|
||||||
&.first {
|
&.first {
|
||||||
&:before {
|
&:before {
|
||||||
height: 130%;
|
// height: 130%;
|
||||||
top: -20px;
|
top: -5px;
|
||||||
}
|
}
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: '';
|
||||||
@@ -139,7 +139,7 @@ body.status-page {
|
|||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 26px;
|
left: 26px;
|
||||||
top: 5px;
|
top: -5px;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #7266BA;
|
background: #7266BA;
|
||||||
|
|||||||
Reference in New Issue
Block a user