fix prod build

This commit is contained in:
Henry Jameson 2019-05-13 21:54:25 +03:00
parent 750dca4a10
commit addeb85220
5 changed files with 36 additions and 6 deletions

View file

@ -627,7 +627,7 @@ a.unmute {
flex: 1;
}
.timeline > {
.timeline :not(.panel-disabled) > {
.status-el:last-child {
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);