Website: Download button vanishes with 480-767 px width
Posted: Sat Sep 28, 2024 10:42 pm
Hi,
I just tried downloading PureBasic on an old device with fixed screen width and couldn't.
A look at the CSS file:
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)
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)