template/quitesimple: hack to hide sidebar in portrait mode

This commit is contained in:
Albert S. 2019-02-22 10:40:02 +01:00
والد 78a1d5d1aa
کامیت 23c01303b4
1فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده

مشاهده پرونده

@ -211,3 +211,12 @@ display: block;
color: red !important;
font-weight: bold;
}
@media screen and (orientation: portrait)
{
#sidebar
{
display: none;
}
}