More mobile UI fixes

This commit is contained in:
Joseph Schorr 2015-04-22 13:42:36 -04:00
parent 2128e39d77
commit 2b9902b72c
4 changed files with 21 additions and 0 deletions

View file

@ -35,4 +35,10 @@
.build-info-bar-element .source-commit-link {
margin-left: 4px;
}
@media (max-width: 767px) {
.build-info-bar-element .build-side-info .build-side-id {
display: none;
}
}