SubNavigation: improve display of DetailedStatus

This commit is contained in:
Alex Gleason 2021-09-27 14:42:35 -05:00
parent 8c1d6ab195
commit f8bd87c57f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 11 additions and 1 deletions

Binary file not shown.

View file

@ -112,7 +112,7 @@
.detailed-status__wrapper {
@include standard-panel;
margin: 10px 0;
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
@ -159,3 +159,13 @@
float: left;
margin-right: 5px;
}
.detailed-status-container {
> div:first-child {
.status-container .status__wrapper,
.detailed-status__wrapper {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}
}