diff --git a/frontend/src/lib/assets/app.css b/frontend/src/lib/assets/app.css index 6331726058..fc0fd9c788 100644 --- a/frontend/src/lib/assets/app.css +++ b/frontend/src/lib/assets/app.css @@ -10,17 +10,6 @@ @apply dark:border-gray-600; } - input::-webkit-outer-spin-button, - input::-webkit-inner-spin-button { - -webkit-appearance: none !important; - margin: 0; - } - - /* Firefox */ - input[type='number'] { - -moz-appearance: textfield !important; - } - @font-face { font-family: 'Inter'; src: url('/Inter-Variable.ttf'); diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte index 56aaa6ace9..8cad901f44 100644 --- a/frontend/src/lib/components/ArgInput.svelte +++ b/frontend/src/lib/components/ArgInput.svelte @@ -425,13 +425,17 @@ /> {:else if inputCat == 'base64'} - fileChanged(x, (val) => (value = val))} - multiple={false} - /> +