.channels-menu {
    background-color: var(--c-secondary);
    width: 300px;
}

.channels-menu a {
    border-bottom: var(--border);
    border-radius: 0;
    padding: var(--spacing-4);
    height: auto;
    white-space: break-spaces;
}

.channels-menu a.selected {
    background-color: rgba(255, 255, 255, 0.2);
}

.channels-content {
    width: calc(100% - 300px);
}