Skip to content

Commit

Permalink
#171 | Search by subject name - minor styling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Apr 15, 2024
1 parent b07034c commit c45688c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/ImageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -781,10 +781,10 @@ export default function ImageList() {
</div>

<div className="max-w-2xl mx-auto px-4 sm:px-6 lg:max-w-7xl lg:px-8">
<div className="inline-flex w-56 mt-5">
<div className="inline-flex w-56 h-10 mt-5">
<input
type="text"
className="w-full px-4 py-2 pr-10 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-teal-500 focus:border-teal-500"
className="w-full px-4 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-teal-500 focus:border-teal-500"
value={subjectName}
onChange={(e) => setSubjectName(e.target.value)}
placeholder="Subject Name"
Expand Down
1 change: 1 addition & 0 deletions client/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
display: inline-block;
text-align: left;
padding-right: 8px;
padding-left: 8px;
margin-top: 20px;
z-index: 20;
}
Expand Down

0 comments on commit c45688c

Please sign in to comment.