Hides the date separator lines (e.g. "Thu, Dec 25, 2025") in Element chat timelines
/* ==UserStyle==
@name Element - Hide Date Separators
@namespace github.com/openstyles/stylus
@version 0.1.0
@description Hides the date separator lines (e.g. "Thu, Dec 25, 2025") in Element chat timelines
@author anonymous
@license MIT
==/UserStyle== */
@-moz-document domain("app.element.io"), domain("element.io") {
.mx_TimelineSeparator {
display: none !important;
}
}