template/quitesimple: hack to hide sidebar in portrait mode
This commit is contained in:
bovenliggende
66ae3f4f81
commit
944e3a03cb
@ -211,3 +211,12 @@ display: block;
|
||||
color: red !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (orientation: portrait)
|
||||
{
|
||||
#sidebar
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user