Using proper yaml multine string, updating to the latest version of Omegamma

This commit is contained in:
Adsooi 2021-07-14 00:22:44 +02:00
parent 9aad9ccb38
commit ee5426c177
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
17 changed files with 152 additions and 198 deletions

View file

@ -1,80 +0,0 @@
#appslist {
width: min(108em, 100vw);
}
@media screen and (max-width: 108em) {
#appslist {
width: 81em;
}
}
@media screen and (max-width: 81em) {
#appslist {
width: 54em;
}
}
@media screen and (max-width: 54em) {
#appslist {
width: min(27em, 100vw);
}
}
.app-download {
--border: solid 1px var(--primary-color);
--border-radius: 1rem;
border-right: var(--border);
border-bottom: var(--border);
}
.app-download:first-of-type {
border-left: var(--border);
border-top-left-radius: var(--border-radius);
border-bottom-left-radius: var(--border-radius);
}
.app-download:last-of-type {
border-top-right-radius: var(--border-radius);
border-bottom-right-radius: var(--border-radius);
}
.app-download-platform {
line-height: 3;
font-size: x-large;
}
.app-download:first-of-type .app-download-platform {
border-top-left-radius: var(--border-radius);
}
.app-download:last-of-type .app-download-platform {
border-top-right-radius: var(--border-radius);
}
@media screen and (max-width: 700px) {
.app-download {
border-left: var(--border);
}
.app-download:first-of-type {
border-top-left-radius: var(--border-radius) !important;
border-top-right-radius: var(--border-radius) !important;
border-bottom-left-radius: 0;
}
.app-download:last-of-type {
border-top-right-radius: 0;
border-bottom-left-radius: var(--border-radius) !important;
border-bottom-right-radius: var(--border-radius) !important;
}
.app-download:first-of-type .app-download-platform {
border-top-left-radius: var(--border-radius) !important;
border-top-right-radius: var(--border-radius) !important;
}
.app-download:last-of-type .app-download-platform {
border-top-right-radius: 0;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,010 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB