template/quitesimple: hack to hide sidebar in portrait mode

This commit is contained in:
Albert S. 2019-02-22 10:40:02 +01:00
parent 66ae3f4f81
commit 944e3a03cb
1 changed files with 9 additions and 0 deletions

View File

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