mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 12:17:24 +00:00
fix layout
This commit is contained in:
@@ -217,8 +217,8 @@ export default function ResourcePage() {
|
|||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
<Tags tags={resource.tags} />
|
<Tags tags={resource.tags} />
|
||||||
<CollectionDialog rid={resource.id} />
|
|
||||||
<p className={"px-3 mt-2"}>
|
<div className={"px-3 mt-2 flex flex-wrap"}>
|
||||||
{resource.links &&
|
{resource.links &&
|
||||||
resource.links.map((l) => {
|
resource.links.map((l) => {
|
||||||
return (
|
return (
|
||||||
@@ -238,7 +238,8 @@ export default function ResourcePage() {
|
|||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</p>
|
<CollectionDialog rid={resource.id} />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className="tabs tabs-box my-4 mx-2 p-4 shadow"
|
className="tabs tabs-box my-4 mx-2 p-4 shadow"
|
||||||
|
Reference in New Issue
Block a user