Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

اصلاح بعض أخطاء الـ css , margin, padding, align

Open
#175 1 comment 0 reactions 0 assignees View on GitHub

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

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from javascript-tutorial/ar.javascript.info

All issues in javascript-tutorial/ar.javascript.info

Similar issues

More Web Dev issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.