Fixed logout button. Fixed menu displacement

pull/3595/head
twanariens 5 years ago
parent f2013c063b
commit 89865044ec

@ -9,7 +9,7 @@
 {{nav.name | translate}}
</a> </span>
<a class="bottom-nav-link" mat-list-item
<a id="bottom-nav-link" mat-list-item
[routerLinkActive]="getTheme()" aria-label="Toggle sidenav"
(click)="logOut();">
<mat-icon aria-label="Side nav toggle icon">exit_to_app</mat-icon>

@ -61,7 +61,7 @@
}*/
// changed bottom to 10px so when you overlay a link it won't get blocked by URL
.bottom-nav-link {
#bottom-nav-link {
bottom: 10px;
position: absolute !important;
//background-color:#E84C3D;

@ -29,4 +29,8 @@ $ombi-accent: #258a6d;
.search-bar:focus {
background-color: white;
}
::ng-deep .mat-form-field-underline{
bottom:0.5em;
}

@ -100,4 +100,8 @@ table {
background-color: rgba(0, 0, 0, 0.18);
color:#fff;
border: 1px solid rgba(0, 0, 0, 0.18);
}
::ng-deep .mat-toolbar.mat-primary{
margin-bottom: 0.5em;
}
Loading…
Cancel
Save