Hidden series title, but searchable (I think)
This commit is contained in:
parent
4cd75cd8aa
commit
a5d7649d77
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--<div class="center title">{{title}}</div>-->
|
<div class="center title">{{title}}</div>
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<div class="labels">
|
<div class="labels">
|
||||||
|
|
|
@ -41,8 +41,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 17px;
|
position:absolute;
|
||||||
text-rendering: optimizelegibility;
|
left:-10000px;
|
||||||
|
top:auto;
|
||||||
|
width:1px;
|
||||||
|
height:1px;
|
||||||
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.labels {
|
.labels {
|
||||||
|
|
Loading…
Reference in New Issue