collateral fixes

This commit is contained in:
Henry Jameson 2018-11-25 17:42:41 +03:00
parent 698ebf7003
commit 2f1070deb6
2 changed files with 12 additions and 1 deletions

View file

@ -533,6 +533,7 @@ a.unmute {
.status-el:last-child {
border-bottom-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;;
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
border-bottom: none;
}
}