mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fix tab family padding-left
This commit is contained in:
parent
e27cef29a7
commit
f8311d0d9c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue