Make the repo view title area more responsive

This commit is contained in:
Joseph Schorr 2015-04-27 14:13:26 -04:00
parent 1d9466a9af
commit 0d1edef0d6
2 changed files with 3 additions and 5 deletions

View file

@ -50,9 +50,7 @@
}
@media (max-width: 767px) {
.repository-view .repo-star {
position: absolute;
top: 16px;
left: -16px;
.repository-view .cor-title-content {
padding-top: 8px;
}
}

View file

@ -11,7 +11,7 @@
<span class="cor-title-content">
<span class="repo-circle no-background hidden-xs" repo="viewScope.repository"></span>
{{ namespace }} / {{ name }}
<span class="repo-star" repository="viewScope.repository" ng-if="!user.anonymous"></span>
<span class="repo-star hidden-xs" repository="viewScope.repository" ng-if="!user.anonymous"></span>
</span>
</div>