diff --git a/src/mol-plugin/skin/base/components/transformer.scss b/src/mol-plugin/skin/base/components/transformer.scss index 8fe043e01d0b0739bdf60b9592e20aa7019e1d16..3c11b12e7119c7e3203027af450a2155a37c4da0 100644 --- a/src/mol-plugin/skin/base/components/transformer.scss +++ b/src/mol-plugin/skin/base/components/transformer.scss @@ -1,5 +1,5 @@ -.msp-transformer { - +.msp-transformer { + .msp-entity-badge { position: absolute; top: 0; @@ -15,24 +15,24 @@ } .msp-transformer-wrapper { - position: relative; + position: relative; } -.msp-transformer-wrapper { - +.msp-transformer-wrapper { + .msp-entity-badge { left: 0; top: 0; } - + &:first-child { .msp-panel-description-content { top: $row-height + 1; } } - + &:not(:first-child) { - .msp-panel-description-content { + .msp-panel-description-content { bottom: $row-height + 1; } } diff --git a/src/mol-plugin/skin/base/layout/common.scss b/src/mol-plugin/skin/base/layout/common.scss index 69fa3467c8461d447c6169e42fa18a094941644a..a882c401adbf8c661d687d242cd444e5c21cb5f2 100644 --- a/src/mol-plugin/skin/base/layout/common.scss +++ b/src/mol-plugin/skin/base/layout/common.scss @@ -13,7 +13,7 @@ .msp-layout-region { overflow: hidden; - background: $default-background; + background: $default-background !important; } .msp-layout-static, .msp-layout-scrollable {