Improve screen usage
This commit is contained in:
parent
f4bede82a0
commit
a49e2253d6
2 changed files with 8 additions and 16 deletions
|
@ -6,15 +6,13 @@ import { BlankLine } from "./utils";
|
|||
// TODO: Automate screenshot of info for thumbnail?
|
||||
const Fetch = () => {
|
||||
return (
|
||||
<div id="fetch-container">
|
||||
<div id="fetch">
|
||||
<ProfilePicture />
|
||||
<div id="basic-info">
|
||||
<Description />
|
||||
<BlankLine />
|
||||
<ColouredLine light={false} />
|
||||
<ColouredLine light={true} />
|
||||
</div>
|
||||
<div id="fetch">
|
||||
<ProfilePicture />
|
||||
<div id="basic-info">
|
||||
<Description />
|
||||
<BlankLine />
|
||||
<ColouredLine light={false} />
|
||||
<ColouredLine light={true} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue