mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 06:46:01 +03:00
Bundle embedded web app
This commit is contained in:
parent
bde0688dad
commit
0de96d790b
35 changed files with 65 additions and 1167 deletions
44
static/web/404.html
vendored
44
static/web/404.html
vendored
File diff suppressed because one or more lines are too long
44
static/web/404/index.html
vendored
44
static/web/404/index.html
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
40
static/web/_next/static/css/3b0a1c8219b03f15.css
vendored
40
static/web/_next/static/css/3b0a1c8219b03f15.css
vendored
File diff suppressed because one or more lines are too long
2
static/web/_next/static/css/68157989bf673b02.css
vendored
Normal file
2
static/web/_next/static/css/68157989bf673b02.css
vendored
Normal file
File diff suppressed because one or more lines are too long
42
static/web/admin/access-tokens/index.html
vendored
42
static/web/admin/access-tokens/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/actions/index.html
vendored
42
static/web/admin/actions/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/chat/emojis/index.html
vendored
42
static/web/admin/chat/emojis/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/chat/messages/index.html
vendored
42
static/web/admin/chat/messages/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/chat/users/index.html
vendored
42
static/web/admin/chat/users/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/config-chat/index.html
vendored
42
static/web/admin/config-chat/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/config-federation/index.html
vendored
42
static/web/admin/config-federation/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/config-notify/index.html
vendored
42
static/web/admin/config-notify/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/config-social-items/index.html
vendored
42
static/web/admin/config-social-items/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/config-video/index.html
vendored
42
static/web/admin/config-video/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/config/general/index.html
vendored
42
static/web/admin/config/general/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/config/server/index.html
vendored
42
static/web/admin/config/server/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/federation/actions/index.html
vendored
42
static/web/admin/federation/actions/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/federation/followers/index.html
vendored
42
static/web/admin/federation/followers/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/hardware-info/index.html
vendored
42
static/web/admin/hardware-info/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/help/index.html
vendored
42
static/web/admin/help/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/index.html
vendored
42
static/web/admin/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/logs/index.html
vendored
42
static/web/admin/logs/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/stream-health/index.html
vendored
42
static/web/admin/stream-health/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/upgrade/index.html
vendored
42
static/web/admin/upgrade/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/viewer-info/index.html
vendored
42
static/web/admin/viewer-info/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/admin/webhooks/index.html
vendored
42
static/web/admin/webhooks/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/embed/chat/readonly/index.html
vendored
42
static/web/embed/chat/readonly/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/embed/chat/readwrite/index.html
vendored
42
static/web/embed/chat/readwrite/index.html
vendored
File diff suppressed because one or more lines are too long
42
static/web/embed/video/index.html
vendored
42
static/web/embed/video/index.html
vendored
File diff suppressed because one or more lines are too long
44
static/web/index.html
vendored
44
static/web/index.html
vendored
File diff suppressed because one or more lines are too long
|
@ -14,7 +14,7 @@
|
||||||
font-size: 0.88em;
|
font-size: 0.88em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
background-color: var(--black-50);
|
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 .cpu-usage-container,
|
||||||
.config-variant-form .bitrate-container {
|
.config-variant-form .bitrate-container {
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 1em 2em 0.75em;
|
padding: 1em 2em 0.75em;
|
||||||
background-color: var(--owncast-purple-25);
|
background-color: var(--color-owncast-palette-7);
|
||||||
border-radius: var(--container-border-radius);
|
border-radius: var(--container-border-radius);
|
||||||
}
|
}
|
||||||
.segment-slider-container .status-container {
|
.segment-slider-container .status-container {
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: var(--container-border-radius);
|
border-radius: var(--theme-rounded-corners);
|
||||||
background-color: var(--black-35);
|
background-color: var(--black-35);
|
||||||
}
|
}
|
||||||
.segment-tip {
|
.segment-tip {
|
||||||
|
|
Loading…
Reference in a new issue