Skip to content

Commit 7e58573

Browse files
committed
fix: tab list at bottom
1 parent 72acf65 commit 7e58573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderer/components/ActionBar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function configure() {
5151
grid-template-columns: 1fr auto 1fr;
5252
height: 32px;
5353
&:has(.tab-list) {
54+
display: flex;
5455
height: 52px; // 36 + 2 * 8
5556
}
5657
}
@@ -82,6 +83,7 @@ function configure() {
8283
}
8384
.title-wrapper {
8485
display: flex;
86+
flex: auto;
8587
&:has(.terminal-title) {
8688
justify-content: center;
8789
}

0 commit comments

Comments
 (0)