fix RTL layout issues
This commit is contained in:
@@ -698,6 +698,16 @@ th {
|
||||
margin-right: 0px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.nav-pills {
|
||||
@extend .nav-pills;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.description {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
margin-right: 1rem;
|
||||
margin-left: 0;
|
||||
@@ -712,12 +722,29 @@ th {
|
||||
left: 0px;
|
||||
right: auto;
|
||||
}
|
||||
.fa-arrow-alt-circle-right {
|
||||
@extend .fa-arrow-alt-circle-right;
|
||||
.fa-circle-right {
|
||||
@extend .fa-circle-right;
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.btn.ml-2 {
|
||||
margin-right: 0.5rem !important;
|
||||
}
|
||||
|
||||
.pool-name {
|
||||
@extend .pool-name;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.endpoint-container {
|
||||
@extend .endpoint-container;
|
||||
.section-header {
|
||||
@extend .section-header;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.table td {
|
||||
text-align: right;
|
||||
.fiat {
|
||||
@@ -809,6 +836,14 @@ th {
|
||||
}
|
||||
}
|
||||
|
||||
.full-container {
|
||||
@extend .full-container;
|
||||
.formRadioGroup {
|
||||
@extend .formRadioGroup;
|
||||
direction: ltr;
|
||||
}
|
||||
}
|
||||
|
||||
.mempool-graph {
|
||||
@extend .mempool-graph;
|
||||
direction: ltr;
|
||||
|
||||
Reference in New Issue
Block a user