Merge pull request #11916 from Godmartinz/gh11868_sidebar_unclickable
fixes mobile views and clickability of sidebar menu
This commit is contained in:
commit
c70c8ce856
1 changed files with 19 additions and 0 deletions
|
@ -669,3 +669,22 @@ th.css-accessory > .th-inner::before
|
||||||
.bs-checkbox input {
|
.bs-checkbox input {
|
||||||
zoom: 1.5;
|
zoom: 1.5;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 511px){
|
||||||
|
.sidebar-menu{
|
||||||
|
margin-top:64px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 771px) and (min-width: 512px){
|
||||||
|
.sidebar-menu {
|
||||||
|
margin-top:14px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1098px) and (min-width: 772px){
|
||||||
|
.sidebar-menu {
|
||||||
|
margin-top:51px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.main-sidebar{
|
||||||
|
margin-top:50px;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue