Name Size

DesertMedic66

Forum Troll
Messages
11,326
Reaction score
3,501
Points
113
I don't know if you guys are testing out sizes/fonts but the our names are becoming smaller and small and do not stand out as well as before.

Screenshot_2015-02-02-21-01-38.png Screenshot_2015-02-02-20-59-21.png
 
You're really concerned about this huh? lol

I do agree. I want bold and flare with my user name!
 
Yes I am very concerned about this! I mostly use my phone on the website and it gets a little hard to read the small names hahaha.
 
Last edited by a moderator:
Yes, we're in the process of resizing the usernames. It's something we're going to mess around with over the next couple of days.
 
They are a little bit hard to read as they are right now. Especially in red. Chimpie vs Chimpie

Also on another note, are desert's pictures really big for all of you or just me? Should they autosize so you can see them then click to make them bigger?
 
The problem we have right now with making the text larger is that longer usernames break off into two lines.

@MMiz and I are working on somethings still and hope to have this resolved soon.

And wow, on this it does appear that desert's pictures are huge. Let me take a look into that.
 
Desert's pictures look like fine when I'm using Tapatalk, but yeah, when using my browser the pics are huge
 
they look fine on my browser from my phone.
 
Give This a shot in Extra.css
It will let you get up to 25 chars at the default font size. (I think 25 is the most you can do anyway)You can adjust to the needs we have here.

EDIT: Actually, this creates 2 small issues (The username is cut off in another location). Maybe play around with it in a dev demo. I will try to figure out the styling some more later.

.messageUserInfo {
width: 200px !important;
}

.avatar .img.m {
margin: auto !important;
}

.message .messageInfo {
margin-left: 216px !important;
}

#QuickReply {
margin-left: 187px !important;
}


Untitled.png
 
Back
Top