We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e964105 commit 5c50bbcCopy full SHA for 5c50bbc
chat/html/chat-hdr/chat-hdr.html
@@ -30,7 +30,7 @@
30
31
32
.date
33
- {position:absolute;top:5px;right:5px;}
+ {}
34
35
a
36
{color:blue;}
@@ -41,10 +41,15 @@
41
{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}
42
43
44
+ .spc
45
+ {flex:1}
46
+
47
</style>
48
49
<section>
50
51
+ <slot name=title></slot>
52
53
<div class=item>
54
55
<a id=home class=item-label href='/'>
@@ -57,14 +62,15 @@
57
62
58
63
</div>
59
64
60
- <slot name=title></slot>
65
+ <div class=spc></div>
61
66
- <slot name=seo-hdr class=visually-hidden></slot>
67
68
<div class=date>
69
<slot name=date></slot>
70
71
72
+ <slot name=seo-hdr class=visually-hidden></slot>
73
74
</section>
75
76
</template>
0 commit comments