/* ==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
@downloadURL https://update.greasyfork.org/scripts/560257/Element%20-%20Hide%20Date%20Separators.user.css
@updateURL https://update.greasyfork.org/scripts/560257/Element%20-%20Hide%20Date%20Separators.meta.css
==/UserStyle== */

@-moz-document domain("app.element.io"), domain("element.io") {
    .mx_TimelineSeparator {
        display: none !important;
    }
}