🔧 chore(extraSidebarComponent/index.tsx): center align the input field in the extra sidebar component for better visual consistency
This commit is contained in:
parent
b9e9f3ba4c
commit
9bf5adcd7a
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ export default function ExtraSidebar() {
|
|||
</ShadTooltip>
|
||||
</div>
|
||||
<Separator />
|
||||
<div className="relative mt-2 flex items-center mb-2 mx-2">
|
||||
<div className="relative mt-2 flex items-center mb-2 mx-auto">
|
||||
<input
|
||||
type="text"
|
||||
name="search"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue