Update tabs for mobile

This commit is contained in:
Robert Long
2022-01-21 15:43:03 -08:00
parent d6fb0e836d
commit 48f3f430da
5 changed files with 86 additions and 7 deletions

View File

@@ -52,6 +52,12 @@
}
@media (max-width: 799px) {
.modalHeader {
display: flex;
justify-content: space-between;
padding: 24px 24px 0 24px;
}
.modal.mobileFullScreen {
position: fixed;
left: 0;