diff --git a/frontend/src/components/partials/viewer/Inputs.astro b/frontend/src/components/partials/viewer/Inputs.astro index bd0908f..4732e9a 100644 --- a/frontend/src/components/partials/viewer/Inputs.astro +++ b/frontend/src/components/partials/viewer/Inputs.astro @@ -14,7 +14,7 @@ type="text" x-model="input.query" @keyup="submit" - class="block font-mono w-full pl-32 p-3 ps-20 text-sm text-slate-300 hover:text-slate-200 border border-gray-600 hover:border-green-500 focus:border-green-500 rounded-lg bg-gray-900 focus:outline-none" + class="block font-mono w-full p-3 ps-32 text-sm text-slate-300 hover:text-slate-200 border border-gray-600 hover:border-green-500 focus:border-green-500 rounded-lg bg-gray-900 focus:outline-none" placeholder=".*" />