Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2802

[3.3.x] Styles Support & Discussion • Correct class avatar edit #ucp

$
0
0
I have been looking for the right class for a change I want to make for a while now.

Code:

.cp-main .avatar {height: 100px;width: 100px;}

Code:

#ucp .avatar {height: 100px;width: 100px;}
The above code also applies to the avatars in the private messages. But I am only looking for the class display in ucp "edit avatar"

All avatars should be uploaded at 400px x 400px or generated by the avatar generator to make the most of the image quality. But I use css to display them at 100 pixels on the forum.

So I'm just looking for the one piece of css in the ucp.

Edit:

In the meantime I keep searching, and once I posted my message I suddenly found it.
This seems to work:

Code:

form#ucp .avatar{height: 100px;width: 100px;}
Image

Statistics: Posted by bennybernaer — Fri May 16, 2025 9:26 am



Viewing all articles
Browse latest Browse all 2802

Trending Articles