maybe its better like this
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 23s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 23s
This commit is contained in:
parent
5066c3ba7a
commit
9c7f7eace1
1 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
<div
|
<div
|
||||||
id="wrapper"
|
id="wrapper"
|
||||||
class="relative mx-auto rounded-lg bg-black p-6 text-[#00ff7f] shadow-lg sm:max-w-sm sm:border-4 sm:border-[#00ff7f] sm:mt-10 lg:max-w-lg 2xl:max-w-2xl"
|
class="relative mx-auto rounded-lg bg-black p-6 text-[#00ff7f] shadow-lg sm:mt-10 sm:max-w-sm sm:border-4 sm:border-[#00ff7f] lg:max-w-lg 2xl:max-w-2xl"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
id="loader"
|
id="loader"
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
<form class="space-y-6">
|
<form class="space-y-6">
|
||||||
<!-- Source selection -->
|
<!-- Source selection -->
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div class="sm:w-2/6 lg:w-3/6">
|
<div class="w-2/6 lg:w-3/6">
|
||||||
<label for="source" class="mb-2 block text-[#00e5ff]"> Choose Source: </label>
|
<label for="source" class="mb-2 block text-[#00e5ff]"> Choose Source: </label>
|
||||||
<select
|
<select
|
||||||
id="source"
|
id="source"
|
||||||
|
@ -241,7 +241,7 @@
|
||||||
#loader {
|
#loader {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loader.downloading {
|
#loader.downloading {
|
||||||
display: grid;
|
display: grid;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue