style(ui): torrent tablosu yerleşimini iyileştir
This commit is contained in:
@@ -88,7 +88,7 @@ export const TorrentTable = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card className="h-full">
|
<Card className="flex h-full flex-col">
|
||||||
<CardHeader className="flex items-center gap-3">
|
<CardHeader className="flex items-center gap-3">
|
||||||
<CardTitle>Torrents</CardTitle>
|
<CardTitle>Torrents</CardTitle>
|
||||||
<Input
|
<Input
|
||||||
@@ -98,8 +98,8 @@ export const TorrentTable = () => {
|
|||||||
className="ml-auto w-28"
|
className="ml-auto w-28"
|
||||||
/>
|
/>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent className="flex-1">
|
||||||
<div className="max-h-[360px] overflow-auto space-y-2">
|
<div className="h-full overflow-auto space-y-2">
|
||||||
{filtered.map((torrent) => (
|
{filtered.map((torrent) => (
|
||||||
<div
|
<div
|
||||||
key={torrent.hash}
|
key={torrent.hash}
|
||||||
|
|||||||
Reference in New Issue
Block a user