Mobilification of the build view
This commit is contained in:
parent
05683d7692
commit
79caf2dab2
2 changed files with 18 additions and 0 deletions
|
@ -177,3 +177,9 @@
|
|||
white-space: nowrap;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#copyButton {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,3 +49,15 @@
|
|||
margin-left: 10px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.build-view .build-status-header .timing {
|
||||
margin-top: 10px;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.build-view .build-status-header .cor-options-menu {
|
||||
float: right;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue