As designed Translation: appearance of user profile drop-down block

Pepelac

Well-known member
Is it possible to change width of user profile drop-down block? See attach.
Code:
#AccountMenu {
	width:274px;
}
change to
Code:
#AccountMenu {
	width:325px;
}
Code:
#AccountMenu .menuColumns a, #AccountMenu .menuColumns label {
	width:115px;
}
change to
Code:
#AccountMenu .menuColumns a, #AccountMenu .menuColumns label {
	width:140px;
}
 

Attachments

  • p7.webp
    p7.webp
    42.2 KB · Views: 30
To change a nice layout to a not so nice layout just to prevent links from showing on two lines in a language seems a bit strange.

There is probably another language where they would have to make it even wider.

Is there no possibility to use shorter phrases?
 
dutchbb is right - and furthermore some languages are also going to have much shorter phrases, and for them even the current layout is going to look too empty. I don't think it's a big problem to have some of the links span two lines if necessary. In cases where the layout breaks there is a clear imperative to fix the problem, but in this case the layout adapts itself to fit the phrases, so I don't think it's a candidate for change at this point.
 
Top Bottom