diff --git a/client/web/src/components/workspace/Panel.vue b/client/web/src/components/workspace/Panel.vue index 237b46bb4..d2fe90b6e 100644 --- a/client/web/src/components/workspace/Panel.vue +++ b/client/web/src/components/workspace/Panel.vue @@ -2,7 +2,14 @@
-
+
{{ tabLabel }}
@@ -91,23 +98,23 @@ margin-left: 8px; } - &:not(.active) + .tab:not(.active) { + & + .tab { margin-left: 1px; - - &::before { - content: ""; - position: absolute; - left: -1px; - width: 1px; - height: 16px; - background: var(--color-4-dimgray); - } } - &:last-of-type:not(.active) { + &:not(.active) + .tab:not(.active)::before { + content: ""; + position: absolute; + left: -1px; + width: 1px; + height: 16px; + background: var(--color-4-dimgray); + } + + &:last-of-type { margin-right: 1px; - &::after { + &:not(.active)::after { content: ""; position: absolute; right: -1px;