fix prod build
This commit is contained in:
parent
750dca4a10
commit
addeb85220
5 changed files with 36 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue