/* 13 slides wide */
.navbox { width: 390px; }

.slide-out {
    max-height: 60px;
    left: -360px; /* navbox.width - 30px */
}

.title {
    font-size: 16px;
    line-height: 20px;
}

.linkflair {
    line-height: 14px;
    padding: 1px;
}

.reddit { display: none; }

#subredditUrl { width: 118px; }
#subredditLink .reddit { display: unset; }

.nbmenu li { padding: 2px 1px 0; }

/* 3 rows of number visible */
.numberButtonList ul li { height: 24px; }
.numberButtonList ul { max-height: 72px; }

#recommend {
    left: 0;
    transform: revert;
    z-index: 10;
    opacity: 1;
}
