Fix UI for image tracks under manifest lists

This commit is contained in:
Joseph Schorr 2018-11-20 12:55:55 +02:00
parent dcf312d94d
commit a6ffad9759
2 changed files with 17 additions and 12 deletions

View file

@ -291,6 +291,10 @@
border-top: 1px dotted #eee;
}
.repo-panel-tags-element .expanded-view.manifest-list {
.repo-panel-tags-element .expanded-viewport.manifest-list {
border-top: 1px solid #eee;
}
.repo-panel-tags-element .manifest-list-view .image-track-line {
opacity: 0.2;
}