Page MenuHomePhabricator

Language settings not responsive friendly
Open, LowPublic

Description

Made into separate ticket from T183178#3900548.

Language settings dialog is always displayed with wide width. Adding sidebar width on Vector skin, that results in 900px+ needed to display whole dialog. Trying to use smaller size (medium) gives somewhat usable UI, but we may need new design for smaller widths layout. ULS list of all languages (clicking on ... button) should open with same width as language selector was (for example, if language selector was having medium width, ULS should open medium as well).

Here is how it looks if we change wide class to medium class. The min-width rule makes it look like this until 1250px+, when percentage width rule kicks in.

language-settings-with-uls-medium-class.png (392×433 px, 17 KB)

Event Timeline

Inability to display language settings dialog with smaller width than wide could be issue on smaller desktop screens, but if we decide to change this, current look of medium width (screenshot in ticket description) could be usable with some small tweaks. We don't need to have narrow width for language settings IMO.