Using Stylus and adding this CSS will get you a responsive UI for WhatsApp Web (which I think is long overdue, come on Meta).
/* magic number roughly meaning mobile-ish in my laptop*/
@media (max-width: 820px) {
#app > div > div:last-child > header {
display: none;
}