Merge pull request #348 from cvc90/Fixed-Overflow-header-mobile
Fixed overflow header on mobile
This commit is contained in:
@@ -907,3 +907,29 @@ height: 50px;
|
|||||||
width:480px;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user