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