more refactors

This commit is contained in:
geoffrey45
2022-02-24 09:05:50 +03:00
parent 38df211882
commit ca790e97d9
10 changed files with 29 additions and 24 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
<UpNext />
</div>
</div>
<div class="tab-keys border">
<div class="tab-keys">
<Tabs :current_tab="current_tab" :tabs="tabs" @changeTab="changeTab" />
</div>
</div>
@@ -100,9 +100,9 @@ function changeTab(tab) {
height: 100%;
position: absolute;
grid-area: tabs;
// padding: $small 0;
border-radius: 0;
overflow: hidden;
border-left: solid 1px $gray;
}
}
}