fix: rtl issues related to sidenav and global footer
This commit is contained in:
parent
4169e1053f
commit
dc06387347
@ -11,7 +11,7 @@
|
|||||||
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
|
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
|
||||||
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"> ™</ng-template>
|
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"> ™</ng-template>
|
||||||
</p>
|
</p>
|
||||||
<div class="site-options d-flex justify-content-center align-items-center" [class]="{'services': isServicesPage}">
|
<div class="site-options float-right d-flex justify-content-center align-items-center" [class]="{'services': isServicesPage}">
|
||||||
<div class="selector">
|
<div class="selector">
|
||||||
<app-language-selector></app-language-selector>
|
<app-language-selector></app-language-selector>
|
||||||
</div>
|
</div>
|
||||||
|
@ -63,7 +63,6 @@ footer .row.main .links .category:not(:first-child) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer .site-options {
|
footer .site-options {
|
||||||
float: right;
|
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -996,6 +996,18 @@ th {
|
|||||||
.btn-audit {
|
.btn-audit {
|
||||||
margin-left: .5em;
|
margin-left: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidenav {
|
||||||
|
@extend .sidenav;
|
||||||
|
margin-left: 0px !important;
|
||||||
|
margin-right: -250px;
|
||||||
|
|
||||||
|
.open {
|
||||||
|
@extend .open;
|
||||||
|
margin-right: 0px;
|
||||||
|
right: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.scriptmessage {
|
.scriptmessage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user