Browse Source

ombi margin and search fix

pull/274/head
GilbN 4 years ago
parent
commit
5d5fdc377c
  1. 11
      CSS/themes/ombi/ombi-base.css

11
CSS/themes/ombi/ombi-base.css

@ -100,6 +100,13 @@ a:hover {
} }
/* SIDE NAV */ /* SIDE NAV */
@media only screen and (min-width: 1025px){
#main-container\ dark > mat-sidenav-container > mat-sidenav-content {
margin-left: 256px !important;
}
}
/* OMBI TEXT */ /* OMBI TEXT */
.sidenav-container .sidenav .application-name { .sidenav-container .sidenav .application-name {
color: rgb(var(--accent-color)) !important; color: rgb(var(--accent-color)) !important;
@ -406,10 +413,6 @@ a:hover {
margin-left: 0px !important; margin-left: 0px !important;
height: 100% !important; height: 100% !important;
} }
#searchResults img {
min-height: 354px;
}
} }
#searchResults { #searchResults {

Loading…
Cancel
Save