mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
small change to tab bar
This commit is contained in:
parent
80f9447c21
commit
6682fc9234
@ -43,7 +43,7 @@
|
||||
.tab-bar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 35px;
|
||||
height: 32px;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
flex-shrink: 0;
|
||||
|
||||
@ -53,6 +53,7 @@
|
||||
align-items: center;
|
||||
width: 100px;
|
||||
height: 100%;
|
||||
font-weight: bold;
|
||||
border-right: 1px solid var(--border-color);
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user