Fix tab width on mobile

This commit is contained in:
Zed
2019-09-20 15:48:14 +02:00
parent 2effa08c32
commit cd16ad8086
2 changed files with 5 additions and 1 deletions

View File

@@ -62,6 +62,10 @@
border-bottom-color: $accent;
color: $accent;
}
&.wide {
flex-grow: 1.2;
}
}
.timeline-footer {