Skip to content

Commit

Permalink
Merge branch 'feautre/poc-discover' of https://github.com/tidusjar/Ombi
Browse files Browse the repository at this point in the history
… into feautre/poc-discover
  • Loading branch information
tidusjar committed Jan 22, 2021
2 parents 0725ffe + 47bc694 commit 8e89278
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 8 additions & 0 deletions src/Ombi/ClientApp/src/app/my-nav/my-nav.component.scss
Expand Up @@ -166,4 +166,12 @@

.top-search-bar{
margin-left: 30px;
}

::ng-deep .mat-toolbar-row, .mat-toolbar-single-row{
height:auto;
}

.top-search-bar{
height:84px;
}
12 changes: 8 additions & 4 deletions src/Ombi/ClientApp/src/app/my-nav/nav-search.component.scss
Expand Up @@ -31,23 +31,27 @@ $ombi-accent: #258a6d;
background-color: white;
}

::ng-deep .mat-form-field-underline {

::ng-deep .top-search-bar .mat-form-field-underline{
display:none;
}

::ng-deep .mat-form-field-flex{
::ng-deep .top-search-bar .mat-form-field-flex{
border: 1px solid #35465c;
border-radius:30px;
margin-top:40px;
margin-top:20px;
height:50px;
}

::ng-deep .mat-form-field-infix{
::ng-deep .top-search-bar .mat-form-field-infix{
margin-left:20px;
border-top:0px;
margin-top:5px;
}

::ng-deep .top-search-bar .mat-form-field-appearance-legacy .mat-form-field-wrapper{
padding-bottom:0px;
}

.option-img {
vertical-align: middle;
Expand Down

0 comments on commit 8e89278

Please sign in to comment.