Skip to content

Commit 6bec4f6

Browse files
authored
Update index.html
1 parent a059242 commit 6bec4f6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,18 @@
153153

154154
.address-box {
155155
position: relative;
156-
width: 950px;
156+
width: 720px;
157157
margin: 0 auto;
158158
}
159159

160160
.address-bar {
161161
width: 100%;
162-
height: 28px;
162+
height: 32px;
163163
background: #050505;
164164
border: 1px solid var(--border);
165-
border-radius: 14px;
165+
border-radius: 16px;
166166
padding: 0 32px;
167-
font-size: 12px;
167+
font-size: 13px;
168168
color: #999;
169169
outline: none;
170170
transition: all 0.2s;
@@ -179,7 +179,7 @@
179179

180180
.address-icon {
181181
position: absolute;
182-
left: 10px;
182+
left: 12px;
183183
top: 50%;
184184
transform: translateY(-50%);
185185
color: #333;
@@ -238,7 +238,7 @@
238238
<div class="address-icon">
239239
<svg width="12" height="12" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"/></svg>
240240
</div>
241-
<input type="text" id="address-input" class="address-bar" placeholder="Vision Search" autocomplete="off" spellcheck="false">
241+
<input type="text" id="address-input" class="address-bar" placeholder="Search with Vision or type a URL" autocomplete="off" spellcheck="false">
242242
</div>
243243

244244
<div style="width: 100px;"></div>

0 commit comments

Comments
 (0)