Skip to content

Commit

Permalink
(fix) ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jun 21, 2024
1 parent 9ddd2b6 commit db3445e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/partials/viewer/Inputs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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=".*"
/>
<span
Expand Down Expand Up @@ -45,7 +45,7 @@
type="text"
x-model="input.ignore"
@keyup="submit"
class="block font-mono w-full pl-32 p-3 ps-20 text-sm text-slate-300 hover:text-slate-100 border border-gray-600 hover:border-rose-500 focus:border-rose-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-100 border border-gray-600 hover:border-rose-500 focus:border-rose-500 rounded-lg bg-gray-900 focus:outline-none"
placeholder=""
/>
</div>
Expand Down

0 comments on commit db3445e

Please sign in to comment.