1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

ombi margin and search fix

This commit is contained in:
GilbN 2021-10-17 13:05:05 +02:00
parent 335ca2d3a8
commit 5d5fdc377c

View File

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