Parse template, refactor layout panes

This commit is contained in:
space-nuko
2023-05-24 14:35:58 -05:00
parent b30ecd3166
commit f793630064
22 changed files with 1028 additions and 656 deletions

View File

@@ -6,10 +6,13 @@ body {
// Disable pull to refresh
overscroll-behavior-y: contain;
}
#app-root {
background: var(--body-background-fill);
width: 100%;
height: 100%;
margin: 0px;
font-family: Arial;
}
:root {