diff --git a/frontend/app/workspace/workspace.less b/frontend/app/workspace/workspace.less index a37ced56..554c4fc7 100644 --- a/frontend/app/workspace/workspace.less +++ b/frontend/app/workspace/workspace.less @@ -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;