I've made some further adjusments to compact the footer and gain more useable height and other aesthetic adjustments.
Another smaller window...
...and for large screens roundcube still fills the browser height unlike the cPanel default which stops at about 945px height for the Roundcube section leaving a bunch of unused whitespace.
Code:
iframe#mailFrame {
border: 0px;
height: calc(100vh - 95px);
}
#wrap {
min-width: initial !important;
margin: 0 auto -45px !important;
padding: 0 0 40px !important;
}
footer {
min-height: 40px !important;
}
footer .navbar-nav>li>a {
padding: 10px;
}
footer .navbar {
min-height: 40px !important;
margin-bottom: 0px !important;
}
footer .navbar-brand {
padding: 0px !important;
height: 40px !important;
}
header .navbar-cpanel {
border-color: rgba(234, 234, 234, 0.5);
}

...and for large screens roundcube still fills the browser height unlike the cPanel default which stops at about 945px height for the Roundcube section leaving a bunch of unused whitespace.
Last edited by a moderator: