Skip to content

Commit

Permalink
chore: update css
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarTrebinjac committed Jan 26, 2025
1 parent 093325b commit 2f29256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared/src/components/squads/SharePostBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ function SharePostBar({
size={ProfileImageSize.Large}
nativeLazyLoading
/>
<div className="flex gap-1.5">
<div className="flex gap-1">
<input
type="url"
ref={inputRef}
autoComplete="off"
name="share-post-bar"
placeholder={`Enter URL${isMobile ? '' : ' / Choose from'}`}
className={classNames(
'w-full flex-1 bg-transparent text-text-primary outline-none typo-body hover:placeholder-text-primary focus:placeholder-text-quaternary tablet:w-auto tablet:min-w-[11rem] tablet:flex-none',
'w-[12.5rem] bg-transparent text-text-primary outline-none typo-body hover:placeholder-text-primary focus:placeholder-text-quaternary',
!shouldRenderReadingHistory && '!flex-1 pr-2',
)}
onInput={(e) => setUrl(e.currentTarget.value)}
Expand Down

0 comments on commit 2f29256

Please sign in to comment.