fix sticky problems
This commit is contained in:
parent
d9dcd940af
commit
ba450cbb1f
15 changed files with 212 additions and 142 deletions
|
|
@ -21,10 +21,6 @@ button.toggle.left.close::after {
|
|||
button.toggle.left.open::after {
|
||||
content: "-";
|
||||
}
|
||||
|
||||
#tabs.minimized button.toggle.right {
|
||||
margin-right: calc(-4px - var(--width));
|
||||
}
|
||||
button.toggle.right::before {
|
||||
margin-right: var(--unit--horizontal);
|
||||
}
|
||||
|
|
@ -35,6 +31,10 @@ button.toggle.right.open::before {
|
|||
content: "-";
|
||||
}
|
||||
|
||||
#tabs.minimized button.toggle.right {
|
||||
margin-right: calc(-4px - var(--width));
|
||||
}
|
||||
|
||||
#tabs {
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue