Merge tag 'v4.0.4'

This commit is contained in:
Mike Barnes 2023-07-05 21:13:10 +10:00
commit d3d4497f09
54 changed files with 483 additions and 87 deletions

View file

@ -386,7 +386,7 @@ $content-width: 840px;
position: fixed;
z-index: 10;
width: 100%;
height: calc(100vh - 56px);
height: calc(100% - 56px);
left: 0;
bottom: 0;
overflow-y: auto;

View file

@ -4407,6 +4407,7 @@ a.status-card.compact:hover {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: $secondary-text-color;
font-size: 18px;
font-weight: 500;