Fix tab family padding-left

This commit is contained in:
thepaperpilot 2022-12-23 15:48:51 -06:00
parent e27cef29a7
commit f8311d0d9c

View file

@ -222,8 +222,8 @@ export default defineComponent({
}
.showGoBack
> .tab-family-container
> .tab-buttons-container:not(.floating):first-child
> .tab-family-container:first-child
> .tab-buttons-container:not(.floating)
.tab-buttons {
padding-left: 70px;
}