template/quitesimple: hack to hide sidebar in portrait mode
This commit is contained in:
부모
66ae3f4f81
커밋
944e3a03cb
@ -211,3 +211,12 @@ display: block;
|
||||
color: red !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (orientation: portrait)
|
||||
{
|
||||
#sidebar
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
불러오는 중...
Reference in New Issue
Block a user