Bundle embedded web app

This commit is contained in:
gabek
2023-01-31 19:52:04 +00:00
parent bde0688dad
commit 0de96d790b
35 changed files with 65 additions and 1167 deletions

View File

@@ -14,7 +14,7 @@
font-size: 0.88em;
font-weight: 500;
background-color: var(--black-50);
border-radius: var(--container-border-radius);
border-radius: var(--theme-rounded-corners);
}
.config-variant-form .cpu-usage-container,
.config-variant-form .bitrate-container {

View File

@@ -32,7 +32,7 @@
width: 100%;
margin: auto;
padding: 1em 2em 0.75em;
background-color: var(--owncast-purple-25);
background-color: var(--color-owncast-palette-7);
border-radius: var(--container-border-radius);
}
.segment-slider-container .status-container {
@@ -48,7 +48,7 @@
line-height: normal;
color: var(--white);
padding: 1em;
border-radius: var(--container-border-radius);
border-radius: var(--theme-rounded-corners);
background-color: var(--black-35);
}
.segment-tip {