Thanks 0E800, it uses the default Flarum dark theme with a few custom CSS lines.
Finally I've fixed this issue due to the large word in Spanish with this alternate approach, still fits nicely up to 768px width:
.Scrubber-handle {
width: calc(100% + 20px);
}