Make the repo view title area more responsive
This commit is contained in:
parent
1d9466a9af
commit
0d1edef0d6
2 changed files with 3 additions and 5 deletions
|
@ -50,9 +50,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.repository-view .repo-star {
|
.repository-view .cor-title-content {
|
||||||
position: absolute;
|
padding-top: 8px;
|
||||||
top: 16px;
|
|
||||||
left: -16px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<span class="cor-title-content">
|
<span class="cor-title-content">
|
||||||
<span class="repo-circle no-background hidden-xs" repo="viewScope.repository"></span>
|
<span class="repo-circle no-background hidden-xs" repo="viewScope.repository"></span>
|
||||||
{{ namespace }} / {{ name }}
|
{{ 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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Reference in a new issue