好多梨留言 | 贡献
无编辑摘要
好多梨留言 | 贡献
无编辑摘要
第5行: 第5行:
     gap: 8px;
     gap: 8px;
}
}


/* 导航栏 */
/* 导航栏 */
#p-navigation .mw-portlet-body ul li:nth-last-of-type(2) {
#p-navigation .mw-portlet-body ul li:nth-last-of-type(2) {
display: none;
}
#p-navigation .mw-portlet-body ul span:nth-last-of-type(2) {
display: none;
display: none;
}
}

2025年11月20日 (四) 11:22的版本

/* 这里放置的CSS将应用于所有皮肤 */
.gallery-details-tabs {
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


/* 导航栏 */
#p-navigation .mw-portlet-body ul li:nth-last-of-type(2) {
	display: none;
}

#p-navigation .mw-portlet-body ul span:nth-last-of-type(2) {
	display: none;
}