I just tried downloading PureBasic on an old device with fixed screen width and couldn't.
A look at the CSS file:
Code: Select all
@media only screen and (min-width: 480px) and (max-width: 767px) {
.search-container,
.login-container {
display: none !important;
}
}
(I hope this is the appropriate forum for bugs in the website)