mediawiki-extensions-Discus.../modules/dt.ui.NewTopicController.less
Ed Sanders e16a519a05 Padding and border around new topic tool
Bug: T269157
Change-Id: I4f56f9dc0eca71ea4ed452df49e861aac47e3de8
2021-01-13 20:54:59 +00:00

24 lines
364 B
Plaintext

.dt-ui-newTopic {
clear: both;
&.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {
margin-top: 2em;
}
h2&-sectionTitle {
max-width: none;
// This element is a <h2> - override unwanted heading styles
padding: 0;
border: 0;
margin-top: 4px;
}
.dt-ui-replyWidget {
margin-bottom: 0;
}
.oo-ui-fieldLayout-messages {
max-width: none;
}
}