Opened 3 years ago
Closed 3 years ago
#5930 closed defect (bug) (fixed)
Align "Top ↑" links to the right
Reported by: | juanmaguitar | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | |
Cc: |
Description
Aligning these "Top ↑" links to the right will improve readability in documentation pages
The change would consist in just adding a "text-align: right;" to the ".toc-jump" class assigned to the paragraph containing these "top" links
.toc-jump { position: relative; height: 50px; text-align: right; }
Change History (5)
#2
@
3 years ago
- Component changed from General to Developer Hub
So I searched for some text that was visible in the included gif.
On https://developer.wordpress.org/block-editor/handbook/faq/ the "Top" links are currently left-aligned.
It looks good in make/polyglots/handbook, so it's probably not the handbook, but something missing the theme used on the developer site (or even developer../block-editor/...)
#3
@
3 years ago
Which documentation? Is that documentation shown in RTL languages?
Sorry for not being more specific.
I've been checking the documentation pages under https://developer.wordpress.org/ and it seems that in most of these documentation pages this "Top" link is aligned to the right
The only "section" that has these "Top" links aligned to the left is the "Block editor" section → https://developer.wordpress.org/block-editor/
So this change is only needed for documentation pages under https://developer.wordpress.org/block-editor/
Which documentation?
Is that documentation shown in RTL languages?