fixed search bar padding
This commit is contained in:
parent
eef21f3b01
commit
2e35dd50d4
2 changed files with 1 additions and 2 deletions
|
|
@ -268,7 +268,6 @@ export default function ExtraSidebar(): JSX.Element {
|
|||
<>
|
||||
{index === 0 && (
|
||||
<div className="pt-0.5">
|
||||
<Separator />
|
||||
<div className="p-2 px-4 font-semibold" key={index}>
|
||||
Native
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
@apply flex h-full w-[14.5rem] flex-col overflow-hidden border-r scrollbar-hide;
|
||||
}
|
||||
.side-bar-search-div-placement {
|
||||
@apply relative mx-auto mb-2 mt-2 flex items-center py-3;
|
||||
@apply relative mx-auto flex items-center py-3;
|
||||
}
|
||||
.side-bar-components-icon {
|
||||
@apply h-6 w-4 text-ring;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue