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