mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user