mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-15 23:41:53 -05:00
Tweak SQ settings page sound spacings
This commit is contained in:
parent
5915915e3a
commit
d18a5cd118
|
|
@ -458,7 +458,7 @@ function SoundCheckboxes() {
|
|||
};
|
||||
|
||||
return (
|
||||
<div className="ml-2-5">
|
||||
<div className="stack sm ml-2-5">
|
||||
{sounds.map((sound) => (
|
||||
<div key={sound.code}>
|
||||
<label className="stack horizontal xs items-center">
|
||||
|
|
@ -498,7 +498,7 @@ function SoundSlider() {
|
|||
};
|
||||
|
||||
return (
|
||||
<div className="stack horizontal xs items-center ml-2-5">
|
||||
<div className="stack horizontal xs items-center ml-2-5 mt-6">
|
||||
<Volume2 className={styles.volumeSliderIcon} />
|
||||
<input
|
||||
className={styles.volumeSliderInput}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user