[Chore] Config Page: Adjust design a bit.

This commit is contained in:
Sakamoto Shiina
2024-12-06 11:09:09 +09:00
parent f4aea309cf
commit a55e1dd59f
3 changed files with 1 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
gap: 0.4rem;
position: relative;
flex-shrink: 0;
flex-wrap: wrap;
&.column {
flex-direction: column;
}

View File

@@ -7,7 +7,6 @@ export const Slider = (props) => {
return (
<div className={clsx(styles.container, props.className)}>
<MUI_Slider
className={styles.range_slider}
aria-label="Default"
valueLabelDisplay="auto"
value={props.variable}

View File

@@ -4,9 +4,4 @@
align-items: center;
justify-content: center;
width: 100%;
}
.range_slider {
height: 200px;
padding: 10px 0;
}