mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed logout button. Fixed menu displacement
This commit is contained in:
parent
f2013c063b
commit
89865044ec
4 changed files with 10 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue