Wrong CSS file
This commit is contained in:
parent
ab460f97d6
commit
738c3efc4d
2 changed files with 8 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
||||||
@media (max-width: 767px) {
|
|
||||||
.repository-view .repo-star {
|
|
||||||
position: absolute;
|
|
||||||
top: 16px;
|
|
||||||
left: 0px;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -48,3 +48,11 @@
|
||||||
.repository-view .tag-span {
|
.repository-view .tag-span {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.repository-view .repo-star {
|
||||||
|
position: absolute;
|
||||||
|
top: 16px;
|
||||||
|
left: -16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Reference in a new issue