Fixed MV link structure and bio socials sizing.
This commit is contained in:
parent
5d50f0b032
commit
aa672fd641
|
@ -720,7 +720,7 @@ const socials = props.actor.socials.map((social) => ({
|
|||
|
||||
.socials {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
|
||||
grid-gap: 0 0;
|
||||
overflow: hidden;
|
||||
gap: .25rem;
|
||||
|
|
|
@ -73,7 +73,7 @@ module.exports = {
|
|||
instagram: 'https://www.instagram.com/{handle}',
|
||||
linktree: 'https://linktr.ee/{handle}',
|
||||
loyalfans: 'https://www.loyalfans.com/{handle}',
|
||||
manyvids: 'https://www.manyvids.com/Profile/{handle}/slug/Store/Videos',
|
||||
manyvids: 'https://{handle}.manyvids.com',
|
||||
onlyfans: 'https://onlyfans.com/{handle}',
|
||||
pornhub: 'https://www.pornhub.com/model/{handle}',
|
||||
reddit: 'https://www.reddit.com/u/{handle}',
|
||||
|
|
Loading…
Reference in New Issue