diff --git a/web/pages/components/config/constants.tsx b/web/pages/components/config/constants.tsx index 196740a04..19108bf8a 100644 --- a/web/pages/components/config/constants.tsx +++ b/web/pages/components/config/constants.tsx @@ -230,44 +230,3 @@ export const DEFAULT_VARIANT_STATE:VideoVariant = { audioBitrate: 0, encoderPreset: 'veryfast', }; - -export const VIDEO_VARIANT_DEFAULTS = { - framerate: { - label: 'Frame rate', - min: 10, - max: 80, - defaultValue: 24, - unit: 'fps', - incrementBy: 1, - tip: 'You prob wont need to touch this unless youre a hardcore gamer and need all the bitties', - }, - videoBitrate: { - label: 'Video Bitrate', - min: 600, - max: 1200, - defaultValue: 800, - unit: 'kbps', - incrementBy: 100, - tip: 'This is importatnt yo', - }, - audioBitrate: { - label: 'Audio Bitrate', - min: 600, - max: 1200, - defaultValue: 800, - unit: 'kbps', - incrementBy: 100, - tip: 'nothing to see here' - }, - encoderPreset: { - label: 'Encoder Preset', - defaultValue: ENCODER_PRESETS[2], - tip: 'Info and stuff.' - }, - videoPassthrough: { - tip: 'If No is selected, then you should set your desired Video Bitrate.' - }, - audioPassthrough: { - tip: 'If No is selected, then you should set your desired Audio Bitrate.' - }, -}; diff --git a/web/styles/globals.scss b/web/styles/globals.scss index 3c0c68db3..025726712 100644 --- a/web/styles/globals.scss +++ b/web/styles/globals.scss @@ -51,7 +51,7 @@ code { } .ant-menu-dark .ant-menu-inline.ant-menu-sub { // background-color: rgba(255,255,255,.05); - background-color: #15102a; + background-color: #140028; } .ant-card { border-radius: .5em;