Opened 23 months ago
Closed 21 months ago
#57617 closed defect (bug) (fixed)
Correct bottom margin for language switcher button on smaller screens
Reported by: | sabernhardt | Owned by: | audrasjb |
---|---|---|---|
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)
@
23 months ago
with patch, at 360 pixels wide, showing the switcher with Spanish (Dominican Republic) as a wide example
#1
@
23 months 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 theselect
is 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
gap
for 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
@
22 months 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