mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
style: add full height so Info and UserList components
This commit is contained in:
parent
9442063f57
commit
237581a49c
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ export const ReleaseInfoInfo = (props: {
|
|||
genres: string;
|
||||
}) => {
|
||||
return (
|
||||
<Card>
|
||||
<Card className="h-full">
|
||||
<Table>
|
||||
<Table.Body>
|
||||
<Table.Row>
|
||||
|
|
|
@ -50,7 +50,7 @@ export const ReleaseInfoUserList = (props: {
|
|||
}
|
||||
|
||||
return (
|
||||
<Card>
|
||||
<Card className="h-full">
|
||||
{props.token ? (
|
||||
<div className="flex flex-wrap gap-2">
|
||||
<Dropdown
|
||||
|
|
Loading…
Add table
Reference in a new issue