Opened 3 years ago
Closed 3 years ago
#57617 closed defect (bug) (fixed)
Correct bottom margin for language switcher button on smaller screens
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.3 | Priority: | normal |
| Severity: | minor | Version: | 5.9 |
| Component: | Login and Registration | Keywords: | has-patch has-screenshots commit |
| Focuses: | css | Cc: |
Description (last modified by )
Attachments (8)
Change History (15)
@
3 years ago
with patch, at 360 pixels wide, showing the switcher with Spanish (Dominican Republic) as a wide example
#1
@
3 years ago
- Keywords has-patch has-screenshots added
Options for smallest screens (up to 400 pixels wide):
- The patch corrects the class name to set the Change button below the
select. I had added that in case theselectis extra wide. "English (United States)" seems fine (at 100% zoom), but barely. - Remove the special centering below 400px, as it would not wrap often and it has not worked in any releases yet anyway.
- Use flexbox with
gapfor all language switcher elements so it only centers when the language is too wide.#language-switcher { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 5px; }
#3
@
3 years ago
- Milestone changed from Awaiting Review to 6.3
- Severity changed from normal to minor
Note: See
TracTickets for help on using
tickets.
before patch, at 480 pixels wide