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;
}
}