hide info bar on screens with small height

This commit is contained in:
Juraj Michalek
2014-12-31 16:31:18 +00:00
parent a234889ece
commit dbc6772d4e

View File

@@ -21,6 +21,12 @@
background:rgba(0,0,0,0.5);
}
@media (max-height: 220px) {
#badges {
display: none;
}
}
@media (max-width: 240px), (max-height: 400px) {
.levelSelectorTitle {
display: none;