Skip to content

Commit af03b7c

Browse files
save file
1 parent 985899d commit af03b7c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

utils/editors/html/editors-hdr/v2.0/editors-hdr-v2.0.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<style>
88

99
section
10-
{margin:0;box-sizing:border-box;display:flex;align-items:center;
11-
gap:10px;
12-
}
10+
{margin:0;box-sizing:border-box;display:flex;align-items:center;gap:10px}
1311

1412
.icon
1513
{cursor:pointer;border-radius:3px;border:1px solid gray;box-sizing:border-box;
@@ -25,8 +23,7 @@
2523
{}
2624

2725
::slotted(.title)
28-
{text-align:center;position:absolute;left:0;right:0;top:0px;z-index:-1;margin:0 auto;
29-
}
26+
{text-align:center;position:absolute;left:0;right:0;top:0px;z-index:-1;margin:0 auto}
3027

3128
::slotted([slot=version])
3229
{color:green;font-weight:bold}
@@ -50,6 +47,7 @@
5047
<section>
5148

5249
<slot name=seo-hdr class=visually-hidden></slot>
50+
<slot></slot>
5351

5452
<div class=item>
5553

@@ -63,7 +61,7 @@
6361

6462
<input value=isolate type=button>
6563

66-
<slot></slot>
64+
<div style='flex:1'></div>
6765

6866
<slot name=version></slot>
6967

0 commit comments

Comments
 (0)