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

Fixed: Reduce font size for series title on series details

(cherry picked from commit 03f5174a4b2a005aab8d1a1540f4bcb272682f2e)

Closes 
Closes 
pull/9304/head
Stevie Robinson 2 years ago committed by Bogdan
parent 0591d05c3b
commit f2357e0b60

@ -202,6 +202,12 @@
.headerContent {
padding: 15px;
}
.title {
font-weight: 300;
font-size: 30px;
line-height: 30px;
}
}
@media only screen and (max-width: $breakpointLarge) {

Loading…
Cancel
Save