Fix star location on repo view on mobile
This commit is contained in:
parent
9b277a7260
commit
0b4a903068
1 changed files with 7 additions and 0 deletions
7
static/css/directives/ui/repo-view.css
Normal file
7
static/css/directives/ui/repo-view.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
@media (max-width: 767px) {
|
||||
.repository-view .repo-star {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
left: 0px;
|
||||
}
|
||||
}
|
Reference in a new issue