#Larger user profiles

1 messages · Page 1 of 1 (latest)

oak pecan
#

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%;
}
}
}

eager timber
#

w h y

oak pecan
#

why not

#

less scrolling

jade ibex
#

The dude with the long bio be like

livid trout
#

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;
              }
            }
          }
        }
      }
    }
  }
}
trim needle
#

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

gaunt cipher