Fix RTL issues on 'exchanges' page

Closes #3522
This commit is contained in:
Daniel Leedan 2020-12-09 13:06:07 +08:00
parent c09a34770c
commit 1dc4f90256

View File

@ -375,6 +375,18 @@ h2 .rssicon{
text-align: right;
direction: rtl;
}
.toc-row .toccontent .expanded .exchanges-tab-title {
padding-left: 35px;
padding-right: 95px;
}
.exchanges-tab-title::before {
left: auto;
right: 25px;
}
.marketplace img {
margin-right: 0;
margin-left: 30px;
}
.boxexpand {
direction: rtl;
}