Fix CSS around display of page controls in repo view
This commit is contained in:
parent
c724af12cd
commit
8737ac09a8
3 changed files with 4 additions and 3 deletions
|
@ -1423,9 +1423,8 @@ a:focus {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
@media screen and (max-width: 640px) {
|
||||
.co-top-bar .page-controls {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Reference in a new issue