template/quitesimple: hack to hide sidebar in portrait mode
This commit is contained in:
förälder
78a1d5d1aa
incheckning
23c01303b4
@ -211,3 +211,12 @@ display: block;
|
||||
color: red !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (orientation: portrait)
|
||||
{
|
||||
#sidebar
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Laddar…
Referens i nytt ärende
Block a user