fixes mobile views and clickability of sidebar menu

This commit is contained in:
Godfrey M 2022-10-04 12:01:13 -07:00
parent e9224f094e
commit 53392d6069

View file

@ -668,4 +668,23 @@ th.css-accessory > .th-inner::before
.bs-checkbox input {
zoom: 1.5;
}
@media screen and (max-width: 511px){
.sidebar-menu{
margin-top:64px;
}
}
@media screen and (max-width: 770px) 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;
}