#Larger user profiles
1 messages · Page 1 of 1 (latest)
Quick and dirty :has() version for non-english users ```css
[class^="focusLock_"]:has(> div > div > div > header) {
transform: scale(1.20);
div[class^="root_"] {
max-height: 60rem;
div {
height: 100%;
}
}
}
w h y
The dude with the long bio be like
this but without scaling so you can actually see more information
div[aria-label="User Profile Modal"] {
> div[class^="root_"] {
> div {
width: 800px;
height: 1000px;
> div {
> header {
> svg {
> mask {
> circle {
r: 51;
cx: 62.8;
cy: 206;
}
}
}
}
}
}
}
}
Some profiles have the dots in the upper right corner inaccessible (even though they still appear on the screen, you can't click on them), and in profiles where the 3 dots are still accessible, when accessing the activities tab, the same problem occurs
Oh actually this is a problem where the zoom was too big, ignore the previous message
thank you!! u really could've made ur own post lol