fix(ui): fixes for mobile UI, settings and sessions pages (#451)

Co-authored-by: trashtemp <96388163+trashtemp@users.noreply.github.com>
This commit is contained in:
Paul Makles
2021-12-20 20:48:37 +00:00
committed by GitHub
parent e7459790c5
commit 6e4c4f3ae2
15 changed files with 251 additions and 72 deletions

View File

@@ -193,6 +193,7 @@
padding: 80px 32px;
width: 100%;
flex-direction: column;
height: fit-content;
}
details {
@@ -205,6 +206,14 @@
}
}*/
hr {
height: 1px;
width: calc(100% - 10px);
background: var(--secondary-header);
margin: 18px auto;
flex-grow: 0;
}
h1 {
margin: 0;
line-height: 1rem;