/* ==UserStyle==
@name           [Oli Bros] Customisation: Mailgun
@namespace      The Oliver Bros
@version        0.0.6
@description    Dark theme and general UI improvements for Mailgun
==/UserStyle== */

@-moz-document domain("app.mailgun.com"),
               domain("app.eu.mailgun.com") {
               
/* Reduce size of text and massive default padding */
#logs-list-table td {
    font-size: 0.7rem;
    padding: 0px 10px 0px 10px;
    vertical-align: middle;
}

/* Remove stupid max-widths on content */
#logs-list-table td > div {
    max-width: none !important;
}

}
