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