Skip to content

Commit 4640407

Browse files
committed
Relocate warning message and adjust styles
Moved the warning message about checking the wiki to the bottom of the input card in index.html for better visibility. Updated .fix and .input-card styles in style.css to improve layout and spacing.
1 parent accaa6b commit 4640407

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@ <h1>G F <span>D</span></h1>
137137
<input type="number" id="max-limit" placeholder="All" min="1" style="padding-left: 5px;"
138138
title="Enter the maximum number of files to download">
139139
</div>
140-
<div class="fix">
141-
<p><strong></strong> : before start see <a href="/wiki/">wiki</a> firstly</p>
142-
</div>
140+
143141
</div>
144142

145143
<div class="action-area">
@@ -154,6 +152,9 @@ <h1>G F <span>D</span></h1>
154152
</button>
155153
</div>
156154
</div>
155+
<div class="fix">
156+
<p><strong></strong> : before start see <a href="/wiki/">wiki</a> firstly</p>
157+
</div>
157158
</div>
158159

159160
<div id="status-card" class="status-card hidden">

src/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ main {
204204
.fix {
205205
text-align: center;
206206
font-size: 20px;
207+
margin: 1rem auto;
207208
color: var(--text-sec);
208209
text-transform: capitalize;
209210
text-decoration: none;
@@ -217,6 +218,7 @@ main {
217218
.input-card {
218219
background: var(--surface-color);
219220
padding: 2.5rem;
221+
padding-bottom: 1rem;
220222
border-radius: var(--radius);
221223
box-shadow: var(--shadow);
222224
border: 1px solid var(--border-color);

0 commit comments

Comments
 (0)