/* =============================================================================
   admin-streams.css
   Streams form + library. Not the shell rails.
   ============================================================================= */

.admin-view[data-view="streams"] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    flex: 1 1 auto;
}

#streamsShell {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
}

#streamsShell #streamsPanel.admin-main {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

#streamsShell #newStreamBtn[hidden] {
    display: none;
}

#streamsPanel .action-band {
    justify-content: flex-end;
}
