/* ==UserStyle==
@name           GitHub: Always Expand Timeline Contents
@namespace      rinsuki.net
@version        1.0.0
@description    A new userstyle
@author         rinsuki
@downloadURL https://update.greasyfork.org/scripts/411326/GitHub%3A%20Always%20Expand%20Timeline%20Contents.user.css
@updateURL https://update.greasyfork.org/scripts/411326/GitHub%3A%20Always%20Expand%20Timeline%20Contents.meta.css
==/UserStyle== */

@-moz-document domain("github.com") {
    #dashboard .news .js-news-feed-event-group.Details:not(.Details--on) .Details-content--hidden.body {
        display: block !important;
    }
    #dashboard .news .js-news-feed-event-group.Details button.js-details-target {
        display: none;
    }
}