style(ui): torrent tablo başlık yerleşimini iyileştir
This commit is contained in:
@@ -87,13 +87,13 @@ export const TorrentTable = () => {
|
||||
|
||||
return (
|
||||
<Card className="h-full">
|
||||
<CardHeader>
|
||||
<CardHeader className="flex items-center gap-3">
|
||||
<CardTitle>Torrents</CardTitle>
|
||||
<Input
|
||||
placeholder="Search"
|
||||
value={query}
|
||||
onChange={(event) => setQuery(event.target.value)}
|
||||
className="w-40"
|
||||
className="ml-auto w-28"
|
||||
/>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
|
||||
Reference in New Issue
Block a user