Skip to content

Commit f5c5cbc

Browse files
Merge pull request #1217 from AnshVerma04/Naruto
Fixed the Search Box
2 parents e9dedd2 + dd29f17 commit f5c5cbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/style.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ body {
245245

246246

247247
.activated {
248-
width: 360px;
248+
width: 280px;
249249
}
250250

251251
.dark-mode .search .icon {
@@ -669,6 +669,9 @@ h1 {
669669
.navTitle {
670670
padding-left: 3px;
671671
}
672+
.activated{
673+
width: 180px;
674+
}
672675
}
673676

674677
.card h2 {

0 commit comments

Comments
 (0)