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

Added toggle for direction and double page view

This commit is contained in:
meet-k-pandya 2022-09-13 00:17:35 +05:30
parent 9b4bc7937f
commit f683288429
8 changed files with 218 additions and 39 deletions

View file

@ -487,6 +487,11 @@ html {
background: #101010;
}
#comicsPlayer .swiper-pagination {
background: #101010;
color: #fff;
}
#bookPlayer .topButtons {
color: #fff;
}
@ -495,6 +500,10 @@ html {
color: #fff;
}
.actionButtons > button:hover {
background: #101010 !important;
}
#dialogToc {
background-color: #101010;
}