1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

be more tolerant of media folder names with invalid url chars

This commit is contained in:
Luke Pulverenti 2013-12-29 09:54:11 -05:00
parent 1e6afbaffa
commit ea97f1efcc
3 changed files with 14 additions and 13 deletions

View file

@ -64,7 +64,7 @@
white-space: nowrap;
padding: 5px 4px 4px;
text-shadow: none;
font-size: 14px;
font-size: 15px;
font-weight: 300;
}
@ -92,7 +92,6 @@
}
.posterItemTextOverlay .posterItemText:first-child {
font-size: 14px;
font-weight: bold;
}