Update styling of video settings admin page. Closes #2803

This commit is contained in:
Gabe Kangas
2023-03-14 21:34:24 -07:00
parent d1fe99f3d5
commit 6973c3d8df
4 changed files with 13 additions and 5 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;
}