Centerd warning

This commit is contained in:
2022-11-28 09:15:14 +01:00
parent efeea62def
commit f2318cccf0

View File

@@ -149,9 +149,9 @@ function VideoFormatWarning({videoFormat}:{videoFormat:VideoFormat}) {
}
const style:CSSProperties = {
height: "30px",
width: "30px",
fill: "orange",
height: "35px",
width: "35px",
fill: "yellow",
paddingLeft: "5px",
};
@@ -234,7 +234,6 @@ function SettingsPage() {
}}/>}
<div style={{
display: "flex",
alignItems: "center",
}}>
{<SelectSpan name="Format" value={videoFormat} optiones={VideoFormatOptions} onChange={ e => {
setVideoFormat(e.target.value as unknown as VideoFormat);