major redesign and refactor

+ centralized urls
+ reduce max app width
+ bump up header height to 23rem
This commit is contained in:
geoffrey45
2022-09-15 12:36:30 +03:00
parent 69b8b17e84
commit 94eb198e47
17 changed files with 179 additions and 82 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ useVisibility(apheader, handleVisibilityState);
<style lang="scss">
#ap-page {
display: grid;
grid-template-rows: 18rem 1fr;
grid-template-rows: 23rem 1fr;
gap: 1rem;
}
</style>