Bundle embedded web app

This commit is contained in:
Owncast
2023-03-15 04:38:56 +00:00
parent 3eb41ed805
commit f86c141840
34 changed files with 42 additions and 34 deletions

View File

@@ -67,3 +67,11 @@
.video-varient-alert-button-container {
width: 100vh;
}
.config-video-latency-container .segment-slider-container .ant-slider-mark-text:first-of-type {
margin-left: 20px;
}
.config-video-latency-container .segment-slider-container .ant-slider-mark-text:last-of-type {
left: 95% !important;
}

View File

@@ -105,7 +105,7 @@
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
background-color: var(--theme-color-palette-3);
background-color: var(--theme-color-palette-5);
border-radius: var(--theme-rounded-corners);
}