Skip to content

Commit

Permalink
Improved Search Bar Design for Better UI Consistency (#4254)
Browse files Browse the repository at this point in the history
* change in width of searchbar

* changing in border color
  • Loading branch information
AliyanA1 authored Jan 13, 2025
1 parent 3186986 commit 676fe6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/activities.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

#search[type="text"] {
width: 400px;
width: 300px;
box-sizing: border-box;
position: absolute;
background-color: white;
Expand Down
2 changes: 1 addition & 1 deletion js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -2408,7 +2408,7 @@ class Activity {
this.showSearchWidget = () => {
// Bring widget to top.
this.searchWidget.style.zIndex = 1001;
this.searchWidget.style.border = "2px solid blue";
this.searchWidget.style.border = "2px solid lightblue";
if (this.helpfulSearchDiv) {
this._hideHelpfulSearchWidget();
}
Expand Down

0 comments on commit 676fe6f

Please sign in to comment.