diff --git a/src/editor/components/seExplorerButton.js b/src/editor/components/seExplorerButton.js index 9b5a5cfc..a51d8721 100644 --- a/src/editor/components/seExplorerButton.js +++ b/src/editor/components/seExplorerButton.js @@ -49,25 +49,28 @@ template.innerHTML = ` } .menu { position: absolute; - top:-2px; - left:32px; + top:0px; + left:185px; background: none !important; display:none; } .image-lib { position: absolute; - top: 2px; - left:35px; - background: none !important; - display: flex; + top: 0px; + left:34px; + background: #E8E8E8; + display: inline-flex; flex-wrap: wrap; flex-direction: row; width: 150px; } .menu-item { - width: 50px; - height: 20px; + line-height: 1em; + padding: 0.5em; + border: 1px solid #B0B0B0; background: #E8E8E8; + margin-bottom: -1px; + white-space: nowrap; } .open { display: block; @@ -82,19 +85,21 @@ template.innerHTML = `
- `;