template/quitesimple: hack to hide sidebar in portrait mode

This commit is contained in:
Albert S. 2019-02-22 10:40:02 +01:00
джерело 66ae3f4f81
коміт 944e3a03cb
1 змінених файлів з 9 додано та 0 видалено

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