Added partner, changed bio fields to break on all instead of scrolling on overflow.

This commit is contained in:
Alexis Werefox 2021-06-24 00:25:33 +00:00
parent 40cd1fbf70
commit 87b1a4f27c
3 changed files with 20 additions and 3 deletions

View File

@ -17,16 +17,16 @@ export function renderPossibleURLField(field) {
if (validURL(field)) {
return (
<Link href={field}>
<a className="p-2 overflow-clip overflow-auto text-center ring-2 ring-werefox-grey dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lighter dark:bg-werefox-grey-dark hover:text-werefox-blue-dark dark:hover:text-werefox-blue">
<a className="p-2 flex items-center justify-center text-center break-all ring-2 ring-werefox-grey dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lighter dark:bg-werefox-grey-dark hover:text-werefox-blue-dark dark:hover:text-werefox-blue">
{field}
</a>
</Link>
);
} else {
return (
<p className="p-2 text-center overflow-clip overflow-auto ring-2 ring-werefox-grey dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
<div className="p-2 flex items-center justify-center text-center break-all ring-2 ring-werefox-grey dark:ring-werefox-grey-darker rounded-lg bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
{field}
</p>
</div>
);
}
}

View File

@ -25,3 +25,20 @@ Gumby:
ko-fi.com/gumbyrat
CashApp: $GumbyRat
🔞
lindsays:
url: "https://hackers.town/@lindsays"
avi: "/images/lindsays.png"
fields:
with!: "@Kitredgrave@vulpine.club, @icewolf@meow.social::*, @muggle, @autumnal (when she is around), @moonbolt@mst3k.interlinked.me::*, $BUN, $QPP | polysaturated"
"Matrix: ask!": "discord: no!"
"Streaming at": "(working on)"
queeeeer: ":qhTrans: :qhPolyro: :qhPolyam:"
bio: |
Lindsay. She/her. US/CO. audio engineer, photographer, digital artist, sysadmin, network engineer, metal fabricator (hiatus on fabricating). very not vanilla. otherkin-furry on main. slowly converting into Judaism. always burning the candle for those we've lost. 🕯️ may their memories be for a blessing. Never again means NEVER again; SRA member. Black lives always have, do, and always will matter.
ASK before DMing.
avatar made by @foxvomit!
(Not actually an automated bot.)

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB