@@ -116,31 +116,22 @@ export class StyleEditorToolbar extends LitElement {
116
116
</ style >
117
117
< div class ="style-editor-toolbar ">
118
118
< div class ="flex ">
119
- < div id ="logo ">
120
- < img src ="/eodash-style-editor/EOX_Eye.svg " width ="32 " />
121
- </ div >
122
- < input
123
- style ="font-size: 0.9rem; "
124
- type ="text "
125
- value ="${ this . _inputValue } "
126
- @input ="${ this . _onInput } "
127
- placeholder ="Paste a link here to load geometry "
128
- />
129
-
130
- < button
131
- @click ="${ this . _triggerFileLoad } "
132
- style ="
133
- background: #004170 !important;
134
- color: #FFF !important;
135
- font-weight: 700 !important;
136
- margin: 0;
137
- min-width: 54px;
138
- "
139
- class ="primary right-round fill "
140
- >
141
- < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < title > import</ title > < path d ="M14,12L10,8V11H2V13H10V16M20,18V6C20,4.89 19.1,4 18,4H6A2,2 0 0,0 4,6V9H6V6H18V18H6V15H4V18A2,2 0 0,0 6,20H18A2,2 0 0,0 20,18Z " /> </ svg >
142
- < span > Load</ span >
143
- </ button >
119
+ < nav class ="no-space small " style ="height: 40px; width: 100%; margin-block-start: 0 ">
120
+ < div class ="max field border left-round small ">
121
+ < input
122
+ class ="round small "
123
+ value ="${ this . _inputValue } "
124
+ @input ="${ this . _onInput } "
125
+ style ="font-size: 0.9rem; "
126
+ type ="text "
127
+ placeholder ="Paste a link here to load geometry "
128
+ />
129
+ </ div >
130
+ < button @click ="${ this . _triggerFileLoad } " class ="right-round ">
131
+ < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < title > import</ title > < path d ="M14,12L10,8V11H2V13H10V16M20,18V6C20,4.89 19.1,4 18,4H6A2,2 0 0,0 4,6V9H6V6H18V18H6V15H4V18A2,2 0 0,0 6,20H18A2,2 0 0,0 20,18Z " /> </ svg >
132
+ < span > Load</ span >
133
+ </ button >
134
+ </ nav >
144
135
145
136
< div class ="field suffix border round small " style ="width: 270px; margin-top: 0; margin-left: 9px; background: #FFF; ">
146
137
< select @change ="${ ( e ) => this . _onSelectExample ( e ) } " style ="font-size: .875rem; cursor: pointer; ">
0 commit comments