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

ombi side menu fix

This commit is contained in:
GilbN 2021-08-09 09:22:29 +02:00 committed by GitHub
parent c96e3b7838
commit 1b8643bb0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,10 +105,6 @@ a:hover {
color: rgb(var(--accent-color)) !important;
}
#main-container\ dark > mat-sidenav-container > mat-sidenav-content {
margin-left: 16rem !important;
}
@media (min-width: 768px) {
.sidenav-container .sidenav {
background: hsla(0, 0%, 0%, 0.438) !important;
@ -680,4 +676,4 @@ hr {
.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
stroke: rgb(var(--accent-color));
}
}