@romin @nimda @silverpill @r @icedquinn @p ok cool, i think i would leave off the hover behavior personally, but unsure.
anyway i updated the latest css above to better handle profile images, @r tell me if you prefer the whole css file dumped out in a DM, only changed lines below:
## CSS
line 118: object-fit: cover;/*FROG fix 2024-04-18 cos rectangle images look weird as profile pics */ line 225-230: .user-profile-img-container { display: inline-block; /*FROG em (UNTESTED)*/margin: 0 .3em .3em 0; width:20vw; /*FROG added 20% width here (on 2024-04-18 changed from '%' to 'vw')*/ width:20vw; /*FROG square (deemed needed 2024-04-18)*/ } line 248-254: .user-profile-img { height: 100%;/*FROG em*/ width: 100%;/*FROG em*/ vertical-align: top; object-fit: cover; /*FROG fix (on 2024-04-18) cos rectangle images look weird as profile pics*/ border-radius:.6em;/*FROG addem (on 2024-04-18 reduced the curvature down from 1em)*/ line 423-428: .nav-profile-img { /*FROG em*/height: 4.5em; /*FROG em*/width: 4.5em; vertical-align: middle; object-fit: cover;/*FROG fix 2024-04-18 cos rectangle images look weird as profile pics*/ }