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