Fix settings design on mobile

th-downstream
Eugen Rochko 8 years ago
parent c58da52e9f
commit dc7659c938

@ -108,6 +108,30 @@
.simple_form { .simple_form {
max-width: 400px; max-width: 400px;
} }
@media screen and (max-width: 600px) {
display: block;
overflow-y: auto;
.sidebar-wrapper, .content-wrapper {
flex: 0 0 auto;
height: auto;
}
.sidebar {
width: 100%;
padding: 10px 0;
height: auto;
.logo {
margin: 20px auto;
}
}
.content {
padding-top: 20px;
}
}
} }
.filters { .filters {

Loading…
Cancel
Save