mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-01-11 14:30:52 +01:00
hide info bar on screens with small height
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user