template/quitesimple: footer: Don't show login and edit time in portrait mode
这个提交包含在:
父节点
de240786c7
当前提交
721348268a
@ -219,4 +219,13 @@ display: block;
|
|||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#footer li:nth-child(-n+2)
|
||||||
|
{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#footer li:nth-of-type(3)
|
||||||
|
{
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
正在加载...
在新工单中引用
屏蔽一个用户