Mobilification of the image view
This commit is contained in:
parent
6c21dc788e
commit
05683d7692
1 changed files with 20 additions and 0 deletions
|
@ -77,3 +77,23 @@
|
|||
.image-view-layer-element.first .image-layer-dot {
|
||||
background: #428bca;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.image-view-layer-element {
|
||||
margin-left: -140px;
|
||||
}
|
||||
|
||||
.image-view-layer-element .image-id {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.image-view-layer-element .dockerfile-command-element .label {
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.image-view-layer-element .dockerfile-command-element .command-title {
|
||||
padding-top: 10px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue