/*
 * App-level style overrides layered on top of Bulma (assets/styles/bulma.css).
 */
.navbar-item img {
    max-height: 2rem;
}

/* Bulma's .navbar-brand/.navbar-menu carry a -.75rem margin inside .container so their
 * content sits flush with the container edge; give the navbar's own container back some
 * breathing room so the logo and the GitHub button aren't glued to the viewport edges. */
.navbar > .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Let the main content container grow well past Bulma's 1344px widescreen cap. */
.container.is-wide {
    max-width: 1800px !important;
}

/* .buttons.has-addons already handles spacing (gap: 0, -1px border overlap) between
 * connected buttons; keep the action group from wrapping onto a second line in narrow
 * table cells. */
.datagrid-actions {
    flex-wrap: nowrap;
}
