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