Habs mal etwas hübsch gemacht:
CSS
[data-box-identifier="de.darkwood-studios.wcf.shoutbox.box"] {
padding: 0 !important;
.shoutbox .shoutboxContent {
padding: 0 1px 0 0;
}
.shoutboxMessage .userMessage p {
margin: 0;
}
.shoutbox .shoutboxContentFooter {
margin: 0;
border-top: 1px solid var(--wcfContentBorderInner);
border-radius: 0 0 var(--wcfBorderRadius) var(--wcfBorderRadius);
padding: 5px;
}
.shoutboxEntry {
border-left: 0;
border-right: 0;
}
.shoutboxEntryList > li:first-child {
border-top-width: 0;
}
.shoutboxEntryList > li:last-child {
border-bottom-width: 0;
}
.shoutbox .shoutboxEntryAddForm .ck.ck-editor__main > .ck-editor__editable {
border: 1px solid var(--wcfContentBorderInner);
border-radius: var(--wcfBorderRadius) !important;
}
}
Alles anzeigen