اصلاح بعض أخطاء الـ css , margin, padding, align
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 40/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- css
- Domain
- frontend, internationalization, localization
Research direction
Review the listed CSS selectors, including .frontpage-search__button, .sitetoolbar__content, and the about-page selectors, in the Arabic site's stylesheets. Compare the affected layouts in the Arabic version and apply the shown margin, padding, alignment, and direction corrections. Done means these RTL layout issues render correctly across the mentioned components.
Written by the indexing model from the issue text.
Description
/*
هذه بعض الاصلاحات الضرورية في التصميم لتصحيح الاتجاهات في النسخة العربية
*/
`
.frontpage-search__button {
/*margin-left: 20px;*/
margin-right: 20px;
}
.sitetoolbar__content{
padding: 0 10px;
}
.sitetoolbar__lang-switcher .sitetoolbar__dropdown-body:before {
/*right: auto;*/
/*left: 21px;*/
right: 21px;
left: auto;
}
.sitetoolbar__lang-switcher .sitetoolbar__dropdown-body {
/*right: auto;*/
/*left: -15px;*/
right: -15px;
left: auto;
}
.comments__read-before {
/*right:0;*/
left: 0;
}
.page-footer__item:not(:nth-last-child(-n+1)):after {
margin: 12px;
}
.frontpage-banner__github, .frontpage-banner__subscribe, .frontpage-banner__updated-at {
/*margin-right: 25px;*/
margin-left: 25px;
}
.about-team__member-upic {
/*margin-left: 16px;*/
margin-left: 16px;
}
.about-maintainers__member-upic {
/*margin-right: 16px;*/
margin-left: 16px;
}
.about-contributors__table {
/*text-align: left;*/
text-align: right;
}
.about-contributors__userpic {
/* margin-right: 8px; */
margin-left: 8px;
}
.about-contacts__phone{
direction:ltr;
text-align:right;
}
`
- Dominant language
- HTML
- Stars
- 64
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from javascript-tutorial/ar.javascript.info
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
-
Difficulty 3/5 1-2 days Newbie friendliness 20/100
-
Difficulty 1/5 Under an hour Newbie friendliness 38/100
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
javascript-tutorial/ar.javascript.info#188 · 1 comment ·
-
Merging Conflicts Open
Difficulty 3/5 1-2 days Newbie friendliness 20/100
javascript-tutorial/ar.javascript.info#181 · 1 comment ·
All issues in javascript-tutorial/ar.javascript.info
Similar issues
-
Browser (wasm) relay client cannot connect to relays whose URL has a trailing-dot FQDN hostname Open
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
n0-computer/iroh#4550 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
nightscout/nocturne#1425 ·
-
ui/ux
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
docToolchain/docToolchain#1705 ·