Merge pull request #12579 from Godmartinz/gh12571_sidebar_adjustment
Fixes the sidebar margin top
This commit is contained in:
commit
44e2796645
1 changed files with 3 additions and 3 deletions
|
@ -671,18 +671,18 @@ th.css-accessory > .th-inner::before
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 511px){
|
@media screen and (max-width: 511px){
|
||||||
.sidebar-menu{
|
.sidebar-menu{
|
||||||
margin-top:64px;
|
margin-top:160px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 771px) and (min-width: 512px){
|
@media screen and (max-width: 771px) and (min-width: 512px){
|
||||||
.sidebar-menu {
|
.sidebar-menu {
|
||||||
margin-top:14px
|
margin-top:160px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1098px) and (min-width: 772px){
|
@media screen and (max-width: 1098px) and (min-width: 772px){
|
||||||
.sidebar-menu {
|
.sidebar-menu {
|
||||||
margin-top:51px
|
margin-top:98px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue