Browse Source

Fix settings design on mobile

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
9b2c728251
1 changed files with 24 additions and 0 deletions
  1. +24
    -0
      app/assets/stylesheets/admin.scss

+ 24
- 0
app/assets/stylesheets/admin.scss View File

@ -108,6 +108,30 @@
.simple_form {
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 {

Loading…
Cancel
Save