merge rules

Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-11-19 11:04:00 +08:00
父节点 244b8f393b
当前提交 13258a1576
找不到此签名对应的密钥
共有 1 个文件被更改,包括 12 次插入14 次删除

查看文件

@ -19,17 +19,18 @@
@import '../variables.less';
/* TOC Styles */
#site-toc .mw-portlet-body,
#site-toc-right .mw-portlet-body {
max-height: 50vh;
padding-right: 1px;
margin-bottom: 2em;
overflow-y: auto;
}
#site-toc,
#site-toc-right {
.mw-portlet-body {
max-height: 50vh;
padding-right: 1px;
margin-bottom: 2em;
overflow-y: auto;
}
#site-toc .toclevel-2,
#site-toc-right .toclevel-2 {
display: none;
.toclevel-2 {
display: none;
}
}
/* TOC Left */
@ -51,11 +52,8 @@
top: 4.375em;
display: block;
width: @column-left-size;
}
@media screen and ( min-width: @desktop-large-floor ),
( max-width: @desktop-mid-floor ) {
#mw-toc-navigation {
@media screen and ( min-width: @desktop-large-floor ), ( max-width: @desktop-mid-floor ) {
display: none;
}
}