Skip to content

Commit 5c50bbc

Browse files
save file
1 parent e964105 commit 5c50bbc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

chat/html/chat-hdr/chat-hdr.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
.date
33-
{position:absolute;top:5px;right:5px;}
33+
{}
3434

3535
a
3636
{color:blue;}
@@ -41,10 +41,15 @@
4141
{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}
4242

4343

44+
.spc
45+
{flex:1}
46+
4447
</style>
4548

4649
<section>
4750

51+
<slot name=title></slot>
52+
4853
<div class=item>
4954

5055
<a id=home class=item-label href='/'>
@@ -57,14 +62,15 @@
5762

5863
</div>
5964

60-
<slot name=title></slot>
65+
<div class=spc></div>
6166

62-
<slot name=seo-hdr class=visually-hidden></slot>
6367

6468
<div class=date>
6569
<slot name=date></slot>
6670
</div>
6771

72+
<slot name=seo-hdr class=visually-hidden></slot>
73+
6874
</section>
6975

7076
</template>

0 commit comments

Comments
 (0)