Use live indicator on individual broadcast page

So the view of an individual broadcast feel consistent when coming from
the dashboard.
This commit is contained in:
Chris Hill-Scott
2020-10-14 14:11:48 +01:00
parent ba535523df
commit 91e74929eb
2 changed files with 11 additions and 1 deletions

View File

@@ -252,6 +252,16 @@ details .arrow {
//box-shadow: inset 0 0 0 2px $red, inset 0 0 0 5px $white;
}
&--left {
&:before {
float: left;
margin-left: 0;
margin-right: 10px;
}
}
}
input:-webkit-autofill::first-line {