Skip to content

Instantly share code, notes, and snippets.

View izadmehr's full-sized avatar

Meysam Izadmehr izadmehr

  • Berlin
View GitHub Profile
@izadmehr
izadmehr / clean.sh
Created May 16, 2018 16:31 — forked from scott4dev/clean.sh
Clean Heroku npm cache
heroku config:set NODE_MODULES_CACHE=false
git commit -am 'rebuild' --allow-empty
git push heroku master
heroku config:unset NODE_MODULES_CACHE
@izadmehr
izadmehr / basecampRTL.txt
Created August 30, 2016 06:45
Rtl support for basecamp
trix-editor.formatted_content {
direction: rtl;
}
article.recordable.app-mobile__recording {
direction: rtl
}
span.checkbox__content a {
direction: rtl;
}
.checkbox .checkbox__content span .todo_assignee {
@izadmehr
izadmehr / gitlabIssueRTL.txt
Created August 30, 2016 06:43
Rtl support for gitlab issue
.content .title,
.content .description,
.note-textarea,
#issue_title,
.note-text {
font-family: "Tahoma";
text-align: right;
direction: rtl;
}
.title.hide-collapsed {
@izadmehr
izadmehr / taigRtl.txt
Last active August 30, 2016 06:42 — forked from Ssisakhti/gist:ce99f378642c3fea2836
CSS style for RTL Taiga.io
body {
font-family: IRANSans !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: IRANSans !important;