Skip to content

Commit 0b9823a

Browse files
save file
1 parent 21d38a6 commit 0b9823a

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

utils/editors/html-editor/v3.0/html-editor-v3.0.html

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@
111111
var log;
112112

113113

114-
//:
115-
116-
117114
async function init(){
118115
debug('init',version);
119116
log = mod['log-mod'];
@@ -148,17 +145,14 @@
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

@@ -192,34 +186,22 @@
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

0 commit comments

Comments
 (0)