kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Remove unnecessary comment
rodzic
8cfd2f5502
commit
31f09493f2
|
@ -207,7 +207,6 @@ const CreateFilter = () => {
|
|||
<div className='relative w-full items-center p-0.5'>
|
||||
<Input theme='search' value={inputValue} className='h-9' onChange={(e) => setInputValue(e.target.value)} />
|
||||
<div
|
||||
// role='button'
|
||||
tabIndex={0}
|
||||
className='absolute inset-y-0 right-0 flex cursor-pointer items-center px-3 rtl:left-0 rtl:right-auto'
|
||||
>
|
||||
|
|
|
@ -17,7 +17,6 @@ import {
|
|||
useSuggestions,
|
||||
} from 'soapbox/queries/suggestions.ts';
|
||||
|
||||
// @ts-ignore
|
||||
import 'swiper/css';
|
||||
|
||||
const PopularAccounts = ({ id }: { id: string }) => {
|
||||
|
@ -33,7 +32,6 @@ const PopularAccounts = ({ id }: { id: string }) => {
|
|||
backgroundSize: `${account?.header ? 'cover' : 'auto' }`,
|
||||
backgroundPosition: 'center',
|
||||
backgroundRepeat: 'no-repeat',
|
||||
height: 'full',
|
||||
}}
|
||||
space={3}
|
||||
>
|
||||
|
|
Ładowanie…
Reference in New Issue