cherrypick ac0fe962a0: aw3299 hide questionmark on mobile
Some checks failed
FarmMaps/FarmMapsLib/pipeline/head There was a failure building this commit

This commit is contained in:
2022-01-28 16:16:26 +01:00
parent a1a4fc14ab
commit e944064053
2 changed files with 11 additions and 1 deletions

View File

@@ -68,6 +68,16 @@ div.menu-button > span {
}
}
.mobile-hide {
display: inherit;
}
@media screen and (max-width: 768px) {
.mobile-hide {
display: none;
}
}
.unread {
display: block;
position: absolute;