fix: rtl issues related to sidenav and global footer

This commit is contained in:
TechMiX 2023-12-06 19:50:33 +01:00
parent 4169e1053f
commit dc06387347
3 changed files with 13 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"> &trade;</ng-template>
</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">
<app-language-selector></app-language-selector>
</div>

View file

@ -63,7 +63,6 @@ footer .row.main .links .category:not(:first-child) {
}
footer .site-options {
float: right;
margin-top: -20px;
}

View file

@ -996,6 +996,18 @@ th {
.btn-audit {
margin-left: .5em;
}
.sidenav {
@extend .sidenav;
margin-left: 0px !important;
margin-right: -250px;
.open {
@extend .open;
margin-right: 0px;
right: 0px;
}
}
}
.scriptmessage {