template/quitesimple: hack to hide sidebar in portrait mode
这个提交包含在:
父节点
78a1d5d1aa
当前提交
23c01303b4
@ -211,3 +211,12 @@ display: block;
|
|||||||
color: red !important;
|
color: red !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media screen and (orientation: portrait)
|
||||||
|
{
|
||||||
|
#sidebar
|
||||||
|
{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户