mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
fix: rtl issues related to sidenav and global footer
This commit is contained in:
parent
4169e1053f
commit
dc06387347
3 changed files with 13 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
<ng-container i18n="@@7deec1c1520f06170e1f8e8ddfbe4532312f638f">Explore the full Bitcoin ecosystem</ng-container>
|
||||
<ng-template [ngIf]="locale.substr(0, 2) === 'en'"> ™</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>
|
||||
|
|
|
@ -63,7 +63,6 @@ footer .row.main .links .category:not(:first-child) {
|
|||
}
|
||||
|
||||
footer .site-options {
|
||||
float: right;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue