mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-19 20:05:53 +00:00
Hidden series title, but searchable (I think)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user