1
0
Fork 0

template/quitesimple: hack to hide sidebar in portrait mode

Esse commit está contido em:
Albert S. 2019-02-22 10:40:02 +01:00
commit 23c01303b4
1 arquivos alterados com 9 adições e 0 exclusões

Ver arquivo

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