File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed
utils/editors/html-editor/v3.0 Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 111111 var log ;
112112
113113
114- //:
115-
116-
117114 async function init ( ) {
118115 debug ( 'init' , version ) ;
119116 log = mod [ 'log-mod' ] ;
148145
149146 < style id =page-inline >
150147
151- # help
152- {padding : 2px }
153-
154148 # hdr
155149 {padding : 5px 5px ;height : 30px ;display : flex;align-items : center;gap : 10px }
150+
156151 .icon
157152 {border : 1px solid gray;border-radius : 3px ;box-sizing : border-box;width : 30px ;height : 30px ;cursor : pointer}
158153 .spc
159154 {flex : 1 }
160155
161-
162156 # save-root
163157 {margin-left : 5px ;display : flex}
164158
192186 .visually-hidden
193187 {position : absolute;width : 1px ;height : 1px ;margin : -1px ;padding : 0 ;overflow : hidden;clip : rect (0 0 0 0 );border : 0 }
194188
195-
196- /*
197- .menu input
198- {font-size:16px;padding:5px 10px}
199-
200- .menu [type=checkbox]
201- {width:20px;height:20px;margin:0}
202- */
203-
204189 .menu-item
205190 {gap : 20px }
206-
207191 .menu-item .menu-label
208192 {width : 120px ;text-align : right}
209193
210194 </ style >
211195
212-
213196 </ head >
214197
215198
216199 < body >
217200
218-
219201 < editors-hdr component =grp >
220202 < img class =title src ='images/html-editor.png ' style ='top:-5px;height:55px ' alt ='html editor '>
221203 < h1 slot =seo-hdr class =visually-hidden > html editor</ h1 >
222- < time slot =date datetime =2026-01-01 > 01 Jan 2026</ time >
204+ < time slot =date datetime =2026-01-04 > 04 Jan 2026</ time >
223205 </ editors-hdr >
224206
225207
You can’t perform that action at this time.
0 commit comments