Website: Download button vanishes with 480-767 px width

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

User avatar
macros
User
User
Posts: 88
Joined: Wed Mar 15, 2006 1:47 pm
Location: Munich

Website: Download button vanishes with 480-767 px width

Post by macros »

Hi,

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;
  }
}
No wonder I can't find the button! It is also not moved to the hamburger menu.

(I hope this is the appropriate forum for bugs in the website)