mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 09:59:41 +05:00
feat(responsive): make a application a bit more responsive
This commit is contained in:
parent
0ba93f96bc
commit
ec894ae9b1
4 changed files with 132 additions and 32 deletions
|
@ -5,11 +5,18 @@ export const ReleaseCard = (props) => {
|
|||
return (
|
||||
<Link
|
||||
href={`/release/${props.id}`}
|
||||
className={props.className ? props.className : "s2"}
|
||||
className={""}
|
||||
style={{
|
||||
width: "300px",
|
||||
height: "100%",
|
||||
}}
|
||||
>
|
||||
<article
|
||||
className="no-padding round fill"
|
||||
style={{ width: 284, height: props.height ? props.height : 508 }}
|
||||
className="small-padding round fill"
|
||||
style={{
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
}}
|
||||
>
|
||||
{/* eslint-disable-next-line @next/next/no-img-element */}
|
||||
<div style={{ aspectRatio: "1/1" }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue