fix some css problems + tiny bit cleaning up

This commit is contained in:
Henry Jameson 2021-03-11 15:14:30 +02:00
parent 3d95ea6acb
commit 5c064ccf55
5 changed files with 44 additions and 35 deletions

View file

@ -547,7 +547,10 @@ main-router {
border-radius: var(--panelRadius, $fallback--panelRadius);
}
.panel-footer {
/* TODO Should remove timeline-footer from here when we refactor panels into
* separate component and utilize slots
*/
.panel-footer, .timeline-footer {
display: flex;
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);