mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Centerd warning
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user