mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update sqlite osx
This commit is contained in:
parent
c7ed71b1eb
commit
5d1c5c9370
@ -108,7 +108,7 @@
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
@media all and (min-width: 500px) {
|
||||
|
||||
.ehsContent {
|
||||
width: 95%;
|
||||
|
@ -490,7 +490,7 @@
|
||||
@media all and (min-width: 1000px) {
|
||||
|
||||
.myLibraryPosterItem {
|
||||
width: 24%;
|
||||
width: 23.5%;
|
||||
/* Specify a min width just in case the container doesn't have a width */
|
||||
min-width: 220px;
|
||||
}
|
||||
|
@ -46,6 +46,7 @@
|
||||
<div class="libraryViewNav scopedLibraryViewNav">
|
||||
<a href="tvrecommended.html">${TabSuggested}</a>
|
||||
<a href="tvlatest.html">${TabLatest}</a>
|
||||
<a href="tvupcoming.html">${TabUpcoming}</a>
|
||||
<a href="tvshows.html">${TabShows}</a>
|
||||
<a href="episodes.html">${TabEpisodes}</a>
|
||||
<a href="tvgenres.html" class="ui-btn-active">${TabGenres}</a>
|
||||
@ -57,6 +58,7 @@
|
||||
<div class="libraryViewNav scopedLibraryViewNav">
|
||||
<a href="tvrecommended.html">${TabSuggested}</a>
|
||||
<a href="tvlatest.html">${TabLatest}</a>
|
||||
<a href="tvupcoming.html">${TabUpcoming}</a>
|
||||
<a href="tvshows.html">${TabShows}</a>
|
||||
<a href="episodes.html">${TabEpisodes}</a>
|
||||
<a href="tvgenres.html">${TabGenres}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user