Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/d2240514d794720d90262531c1418ea34a435760 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Reduce font size for title on author and book details

(cherry picked from commit 03f5174a4b2a005aab8d1a1540f4bcb272682f2e)

Closes 
pull/3130/head
Stevie Robinson 2 years ago committed by Bogdan
parent ad47dc032d
commit d2240514d7

@ -136,8 +136,9 @@
}
.title {
font-weight: 300;
font-size: 30px;
line-height: 50px;
line-height: 30px;
}
}

@ -117,8 +117,9 @@
}
.title {
font-weight: 300;
font-size: 30px;
line-height: 50px;
line-height: 30px;
}
}

Loading…
Cancel
Save