Merge pull request #348 from cvc90/Fixed-Overflow-header-mobile

Fixed overflow header on mobile
This commit is contained in:
jokob-sk
2023-08-11 13:07:47 +10:00
committed by GitHub

View File

@@ -906,4 +906,30 @@ height: 50px;
{
width:480px;
}
}
/*Hidden special button*/
@media (max-width: 464px) {
#back-button {
display: none;
}
}
@media (max-width: 432px) {
#next-button {
display: none;
}
}
@media (max-width: 400px) {
#reload-button {
display: none;
}
}
@media (max-width: 365px) {
#fullscreen-button {
display: none;
}
}