UI update
This commit is contained in:
parent
f26ecbd4d8
commit
07d2e544fb
@ -1326,7 +1326,7 @@ ol[type="1"] {
|
||||
.timeline-item:not(:last-of-type):before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
width: 0.1rem;
|
||||
height: calc(100% + 4rem);
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -1335,10 +1335,11 @@ ol[type="1"] {
|
||||
.timeline-item:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
padding: 0.3rem;
|
||||
height: 0.6rem;
|
||||
width: 0.6rem;
|
||||
border-radius: 50%;
|
||||
top: 0;
|
||||
left: -0.3rem;
|
||||
left: -0.25rem;
|
||||
background-color: rgba(var(--text-color), 1);
|
||||
}
|
||||
|
||||
|
||||
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1208,7 +1208,7 @@ ol[type="1"]{
|
||||
&:not(:last-of-type):before{
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
width: 0.1rem;
|
||||
height: calc(100% + 4rem);
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -1217,10 +1217,11 @@ ol[type="1"]{
|
||||
&:after{
|
||||
content: '';
|
||||
position: absolute;
|
||||
padding: 0.3rem;
|
||||
height: 0.6rem;
|
||||
width: 0.6rem;
|
||||
border-radius: 50%;
|
||||
top: 0;
|
||||
left: -0.3rem;
|
||||
left: -0.25rem;
|
||||
background-color: rgba(var(--text-color), 1);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user