Improve UI behavior at smaller screen sizes so status bar overflows (#158)

Also includes various CSS flex-related cleanup throughout the UI.
Progress for #150
This commit is contained in:
Keavon Chambers
2021-06-08 00:54:24 -07:00
committed by GitHub
parent 66881c13e2
commit a3b679e64d
6 changed files with 23 additions and 17 deletions

View File

@@ -126,7 +126,9 @@
.panel-body {
background: var(--color-3-darkgray);
flex-grow: 1;
flex: 1 1 100%;
display: flex;
flex-direction: column;
}
}
</style>