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