separated web and api, build improvements

wip:
- separate web and api servers.
- script for building static pages.
- building improvements.
- async localisation preloading.
This commit is contained in:
wukko
2023-05-19 16:13:38 +06:00
parent fa4e418e36
commit 4d369170ff
13 changed files with 315 additions and 26 deletions

View File

@ -156,7 +156,7 @@ button:active,
.text-to-copy:active {
background: var(--accent-press);
cursor: pointer;
transform: scale(0.95)
transform: scale(0.95);
}
.collapse-header:active {
background: var(--accent-press);
@ -681,6 +681,9 @@ button:active,
#about-donate-footer:active::before {
opacity: 0;
}
.popup-tabs-child {
width: 100%;
}
/* adapt the page according to screen size */
@media screen and (min-width: 2300px) {
html {