Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
assemrh opened this issue Mar 14, 2021 · 1 comment
Open

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

assemrh opened this issue Mar 14, 2021 · 1 comment

Comments

@assemrh
Copy link

assemrh commented Mar 14, 2021

/*
هذه بعض الاصلاحات الضرورية في التصميم لتصحيح الاتجاهات في النسخة العربية
*/
`
.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;

}
`

@OmarioHassan
Copy link
Contributor

@assemrh فعلا التصميم محتاج يتصلح
اعتقد ممكن تبدأ تعمل
PR
بالتعديلات و انا هراجعها و اقبلها إن شاء الله

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants