mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-31 15:07:47 +08:00
feat: update timeline ui
This commit is contained in:
@@ -59,11 +59,12 @@ export default {
|
|||||||
.timeline-item::before {
|
.timeline-item::before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 24px;
|
top: 32px;
|
||||||
left: 12px;
|
left: 15px;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
bottom: -20px;
|
bottom: -20px;
|
||||||
background: #eee;
|
background: var(--text-color);
|
||||||
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeline-item:last-child::before {
|
.timeline-item:last-child::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user