fix: 🐛 add class wrap

这个提交包含在:
WaitSpring 2024-03-29 11:12:27 +08:00
父节点 73e62ed264
当前提交 978a780bba
共有 1 个文件被更改,包括 25 次插入22 次删除

查看文件

@ -11,30 +11,33 @@
@import '../../../resources/variables.less';
.ext-discussiontools-init-section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-top-color: var( --border-color-base );
&-metaitem {
color: var( --color-base--subtle );
& + .ext-discussiontools-init-section-metaitem {
border-left-color: var( --border-color-base );
}
}
.mw-headline,
& > h2,
h2.ext-discussiontools-ui-newTopic-sectionTitle .oo-ui-inputWidget-input {
font-family: var( --fonts-serif );
}
& > h2 {
&,
.ext-discussiontools-init-section & {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
justify-content: space-between;
align-items: center;
border-top-color: var( --border-color-base );
&-metaitem {
color: var( --color-base--subtle );
& + .ext-discussiontools-init-section-metaitem {
border-left-color: var( --border-color-base );
}
}
.mw-headline,
& > h2,
h2.ext-discussiontools-ui-newTopic-sectionTitle .oo-ui-inputWidget-input {
font-family: var( --fonts-serif );
}
& > h2 {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
}
}