mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
overview and series title in series list is now click-able,
use backbone navigation to bring up episode page instead of page reload.
This commit is contained in:
parent
9a42e305ad
commit
662ad28cc6
6 changed files with 100 additions and 69 deletions
|
@ -1,9 +1,17 @@
|
|||
.series-item {
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 30px;
|
||||
|
||||
:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
a{
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
.series-posters {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue