For now I’m using this little tweak that turn the writing upright haha.
/* Hack to turn writing upright (place me after Andy!) */
.view-header {
writing-mode: vertical-rl;
text-orientation: upright;
letter-spacing: -5px;
}
.view-header-title {
padding-right: 0;
}