mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rename channel category to channel folder
This commit is contained in:
parent
624687e363
commit
8cadabcbe5
8 changed files with 24 additions and 15 deletions
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
.backdropPage {
|
||||
background-color: rgba(0, 0, 0, .87)!important;
|
||||
background-color: rgba(15, 15,15, .92)!important;
|
||||
}
|
||||
|
||||
.backdropContainer {
|
||||
|
@ -38,7 +38,7 @@
|
|||
|
||||
.libraryPage > .ui-content {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 50px;
|
||||
padding-bottom: 70px;
|
||||
}
|
||||
|
||||
.libraryPage .currentUsername {
|
||||
|
|
|
@ -239,7 +239,6 @@
|
|||
|
||||
.dashboardViewMenu {
|
||||
background-image: url(images/items/folders/settings.png);
|
||||
background-position: 16px 8px;
|
||||
}
|
||||
|
||||
.reportsViewMenu {
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
}
|
||||
|
||||
.myLibraryPosterItem .posterItemImage {
|
||||
height: 38px;
|
||||
height: 36px;
|
||||
background-position: 12px center;
|
||||
background-size: 20px 20px;
|
||||
background-color: rgba(51, 136, 204, 0.5);
|
||||
|
@ -151,9 +151,9 @@
|
|||
.myLibraryPosterItem .posterItemDefaultText {
|
||||
top: 0;
|
||||
left: 0;
|
||||
line-height: 38px;
|
||||
line-height: 36px;
|
||||
text-align: left;
|
||||
padding-left: 45px;
|
||||
padding-left: 43px;
|
||||
}
|
||||
|
||||
.moviesPosterItem .posterItemImage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue