More mobile UI fixes
This commit is contained in:
parent
2128e39d77
commit
2b9902b72c
4 changed files with 21 additions and 0 deletions
|
@ -87,6 +87,13 @@
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
.repo-panel-tags-element .tag-span {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-width: 110px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.repo-panel-tags-element .tag-span i {
|
.repo-panel-tags-element .tag-span i {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,3 +36,9 @@
|
||||||
.build-info-bar-element .source-commit-link {
|
.build-info-bar-element .source-commit-link {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.build-info-bar-element .build-side-info .build-side-id {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
|
@ -2,3 +2,7 @@
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.source-commit-link-element {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
|
@ -2,3 +2,7 @@
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.source-ref-link-element {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
Reference in a new issue