Skip to content

Commit 2af63b7

Browse files
authored
Update newtab.html
1 parent 6bec4f6 commit 2af63b7

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

newtab.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
.container {
2323
text-align: center;
24-
max-width: 240px;
24+
max-width: 560px;
2525
width: 90%;
2626
z-index: 10;
2727
}
@@ -34,24 +34,25 @@
3434
}
3535
.search-pill {
3636
width: 100%;
37-
height: 38px;
37+
height: 48px;
3838
background: #0a0a0a;
39-
border: 1px solid rgba(255, 255, 255, 0.05);
40-
border-radius: 40px;
39+
border: 1px solid rgba(255, 255, 255, 0.1);
40+
border-radius: 24px;
4141
color: #fff;
42-
font-size: 13px;
42+
font-size: 15px;
4343
outline: none;
44-
transition: all 0.3s;
45-
text-align: center;
46-
box-shadow: 0 4px 20px rgba(0,0,0,0.8);
44+
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
45+
padding: 0 24px;
46+
text-align: left;
47+
box-shadow: 0 4px 30px rgba(0,0,0,0.5);
4748
}
4849
.search-pill::placeholder {
49-
color: #444;
50+
color: #555;
5051
}
51-
.search-pill:focus {
52-
background: #000;
53-
border-color: rgba(255, 255, 255, 0.1);
54-
transform: scale(1.02);
52+
.search-pill:focus, .search-pill:hover {
53+
background: #111;
54+
border-color: rgba(255, 255, 255, 0.15);
55+
box-shadow: 0 8px 40px rgba(0,0,0,0.8);
5556
}
5657
.appearance-btn {
5758
position: fixed;
@@ -70,7 +71,7 @@
7071
<body>
7172
<div class="container">
7273
<div class="clock" id="clock">00:00</div>
73-
<input type="text" class="search-pill" id="search" placeholder="Search Vision" autocomplete="off" spellcheck="false">
74+
<input type="text" class="search-pill" id="search" placeholder="Search with Vision or type a URL" autocomplete="off" spellcheck="false">
7475
</div>
7576

7677
<input type="file" id="bg-upload" style="display:none" accept="image/*">

0 commit comments

Comments
 (0)