Change flex for tab switcher lines to always have some small space reserved
This commit is contained in:
parent
c0fe39af7a
commit
ccdbba2348
1 changed files with 1 additions and 7 deletions
|
@ -65,14 +65,8 @@
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
&::after {
|
|
||||||
flex: 1 1 auto;
|
|
||||||
}
|
|
||||||
&::before {
|
|
||||||
flex: 0 0 auto;
|
|
||||||
height: 0.5em;
|
|
||||||
}
|
|
||||||
&::after, &::before {
|
&::after, &::before {
|
||||||
|
flex: 1 0 .5em;
|
||||||
content: '';
|
content: '';
|
||||||
border-right: 1px solid;
|
border-right: 1px solid;
|
||||||
border-right-color: $fallback--border;
|
border-right-color: $fallback--border;
|
||||||
|
|
Loading…
Reference in a new issue