1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

ombi: mobile adjustments

This commit is contained in:
gilbN 2019-09-07 18:06:19 +02:00
parent 669545a502
commit f0d7d41abe

View File

@ -48,6 +48,12 @@ body {
background-clip: padding-box;
}
/* Navbar */
@media (max-width: 924px) {
.collapse.in {
box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.7);
}
}
.navbar-default {
background: var(--main-bg-color);
border-color: #FFF;
@ -94,6 +100,7 @@ background-color:var(--modal-bg-color) !important;
}
.input-group-addon {
background-color: rgba(0, 0, 0, 0.25);
border-bottom: 2px;
}
.nav-tabs.nav-justified {