Change flex for tab switcher lines to always have some small space reserved

This commit is contained in:
Henry Jameson 2020-05-25 17:18:57 +03:00
parent c0fe39af7a
commit ccdbba2348

View file

@ -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;