small change to tab bar

This commit is contained in:
sawka 2024-06-03 22:26:12 -07:00
parent 80f9447c21
commit 6682fc9234

View File

@ -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;