Skip to content

Commit

Permalink
fix(SkinCitizen_CSS): 修复用户页工具栏样式
Browse files Browse the repository at this point in the history
- 更新 toolbar 样式,防止在无内容时显示
- 新增对 mw-undelete-subtitle 类的样式应用
  • Loading branch information
ajdgg committed Oct 20, 2024
1 parent 706520e commit f77eb05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SkinCitizen_CSS/modules/fix-toolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
}

// 更新toolbar样式,防止在无内容时显示。 by awajie
#mw-content-subtitle {
#mw-content-subtitle,
.mw-undelete-subtitle {
.toolbar-fix();
&:empty {
display: none;
Expand Down

0 comments on commit f77eb05

Please sign in to comment.