Skip to content

Commit b1ac055

Browse files
authored
feat(agent-tars): refactor setting icon default display position (#266)
1 parent c647ea5 commit b1ac055

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/agent-tars/src/renderer/src/components/LeftSidebar/index.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,11 @@
387387
.bottomBar {
388388
padding: 12px;
389389
display: flex;
390-
justify-content: center;
390+
justify-content: left;
391391
margin-bottom: 12px;
392392

393393
&.collapsed {
394394
padding: 0px 0;
395+
justify-content: center;
395396
}
396397
}

0 commit comments

Comments
 (0)