diff --git a/config-editor-card.js b/config-editor-card.js
index 9b8cc09..bc4dce4 100644
--- a/config-editor-card.js
+++ b/config-editor-card.js
@@ -1,4 +1,4 @@
-console.info("Config Editor 3.9");
+console.info("Config Editor 3.10");
const LitElement = window.LitElement || Object.getPrototypeOf(customElements.get("hui-masonry-view") );
const html = LitElement.prototype.html;
const css = LitElement.prototype.css;
@@ -34,18 +34,35 @@ static get styles() {
padding:5px;
overflow-wrap:normal;
white-space:pre}
- .top{min-height:calc(100vh - var(--header-height))}
- .pin{display:flex}
- .pin label{cursor:pointer}
- .right{text-align:right;flex-grow:1}
+ .top{
+ min-height:calc(95vh - var(--header-height))}
+ .pin,.filebar{
+ display:flex}
+ .pin label{
+ cursor:pointer}
+ .right{text-align:right;
+ flex-grow:1}
+ .right button{
+ font-family:Times,serif;
+ font-weight:bold}
.bar{
position:-webkit-sticky;
position:sticky;
bottom:0;
z-index:2;
background:var(--app-header-background-color);
- color:var(--app-header-text-color,white)}
- .bar i{background:#ff7a81;cursor:pointer}
+ color:var(--app-header-text-color,white);
+ white-space:nowrap;
+ overflow:hidden;
+ text-overflow:ellipsis}
+ .bar i{
+ background:#ff7a81;
+ cursor:pointer}
+ .bar select{
+ flex-grow:1;
+ text-overflow:ellipsis;
+ width:100%;
+ overflow:hidden}
`;
}
@@ -71,6 +88,9 @@ render(){
+
+
+