mirror of
https://github.com/Radiquum/AniX.git
synced 2025-06-16 10:41:15 +05:00
fix: styling
This commit is contained in:
parent
ee0b0f72e3
commit
6242b850c2
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ export const ReleaseInfoUserList = (props: {
|
||||||
return (
|
return (
|
||||||
<Card className="h-full">
|
<Card className="h-full">
|
||||||
<div className="flex flex-wrap gap-1">
|
<div className="flex flex-wrap gap-1">
|
||||||
<Button color={"blue"} size="sm" className={props.token ? "w-full sm:w-[49%] lg:w-full xl:w-[60%]" : "w-full"}>
|
<Button color={"blue"} size="sm" className={props.token ? "w-full sm:w-[49%] lg:w-full 2xl:w-[60%]" : "w-full"}>
|
||||||
<Link href={`/release/${props.release_id}/collections`}>
|
<Link href={`/release/${props.release_id}/collections`}>
|
||||||
Показать в коллекциях{" "}
|
Показать в коллекциях{" "}
|
||||||
<span className="p-1 ml-1 text-gray-500 rounded bg-gray-50">
|
<span className="p-1 ml-1 text-gray-500 rounded bg-gray-50">
|
||||||
|
@ -156,7 +156,7 @@ export const ReleaseInfoUserList = (props: {
|
||||||
<Button
|
<Button
|
||||||
color={"blue"}
|
color={"blue"}
|
||||||
size="sm"
|
size="sm"
|
||||||
className="w-full sm:w-1/2 lg:w-full xl:w-[39%]"
|
className="w-full sm:w-1/2 lg:w-full 2xl:w-[39%]"
|
||||||
onClick={() => setAddReleaseToCollectionModalOpen(true)}
|
onClick={() => setAddReleaseToCollectionModalOpen(true)}
|
||||||
>
|
>
|
||||||
В коллекцию{" "}
|
В коллекцию{" "}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue