Merge pull request #12579 from Godmartinz/gh12571_sidebar_adjustment

Fixes the sidebar margin top
This commit is contained in:
snipe
2023-02-28 20:30:07 -08:00
committed by GitHub
+3 -3
View File
@@ -671,18 +671,18 @@ th.css-accessory > .th-inner::before
}
@media screen and (max-width: 511px){
.sidebar-menu{
margin-top:64px;
margin-top:160px;
}
}
@media screen and (max-width: 771px) and (min-width: 512px){
.sidebar-menu {
margin-top:14px
margin-top:160px
}
}
@media screen and (max-width: 1098px) and (min-width: 772px){
.sidebar-menu {
margin-top:51px
margin-top:98px
}
}