diff --git a/marketch.sketchplugin/Contents/Sketch/index.html b/marketch.sketchplugin/Contents/Sketch/index.html index 4469185..7e33386 100644 --- a/marketch.sketchplugin/Contents/Sketch/index.html +++ b/marketch.sketchplugin/Contents/Sketch/index.html @@ -75,7 +75,7 @@ .wrap {position:relative;margin:30px 0 0 30px;} .wrap:after {content:'';display:block;clear:both;height:0;overflow:hidden;} .wrap-layer {display:none;background-size:100% 100% !important;} - .wrap-layer-active {position:relative;z-index:0;display:block;border-radius:2px;box-shadow:0 0 0 1px #e1e8ef;} + .wrap-layer-active {position:relative;z-index:0;display:block;border-radius:2px;box-shadow:0 0 0 1px #e1e8ef;margin-left: 200px} .wrap-layer .art-layer {box-sizing:border-box;overflow:hidden;} .wrap-layer .art-slice {display:none;box-sizing:border-box;} .wrap-layer .art-layer[id]:hover {box-shadow:0 0 0 1px #004BD2;} @@ -166,7 +166,7 @@ .export-btn {text-align:center;} .panel-export, .panel-export:hover {display: inline-block; height: 30px; line-height: 30px; border-radius: 3px; color: #FFFFFF; background: #4e96f7; width: 100%;} - .aside {position:absolute;top:0;left:0;width:150px;bottom:0;overflow:hidden;overflow-y:auto;color:#fff;background:#343D50;} + .aside {position:absolute;top:0;left:0;width:300px;bottom:0;overflow:hidden;overflow-y:auto;color:#fff;background:#343D50;} .aside h2 {position:relative;} .aside h2 span {display:block;height:33px;font-weight:700;overflow:hidden;background:#1E2535;text-indent: 15px;} .aside h2:after {border-color:#9CA3A7;}