Increase slider number input width

fdf881d074ed4d5e6c69cfe0101578557ac19954

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/style.css+2 -2
@@ -4157,7 +4157,7 @@ input[type='checkbox'].del_checkbox {
4157 padding: 2px;4157 padding: 2px;
4158 flex: 1;4158 flex: 1;
4159 text-align: center;4159 text-align: center;
4160 width: 70px;4160 width: 75px;
4161}4161}
41624162
4163.neo-range-input {4163.neo-range-input {
@@ -6223,4 +6223,4 @@ body:not(.movingUI) .drawer-content.maximized {
6223.info-block.error {6223.info-block.error {
6224 border-color: var(--error-color, #e87f7f);6224 border-color: var(--error-color, #e87f7f);
6225 background-color: rgba(241, 163, 163, 0.2);6225 background-color: rgba(241, 163, 163, 0.2);
6226}
6226 \ No newline at end of file \ No newline at end of file
6226}