mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
fix(ui): 居中对齐时间线轨道内容
This commit is contained in:
@@ -749,7 +749,7 @@ const getStatusColorClass = (status: string) => {
|
||||
.minimal-track {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
justify-content: center;
|
||||
gap: 64px;
|
||||
padding: 2rem;
|
||||
overflow-x: auto;
|
||||
|
||||
Reference in New Issue
Block a user