mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
better dashboard background and text adjustments
This commit is contained in:
parent
47910db267
commit
10aacca355
7 changed files with 112 additions and 91 deletions
BIN
dashboard-ui/css/images/userdata/played.png
Normal file
BIN
dashboard-ui/css/images/userdata/played.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
dashboard-ui/css/images/userdata/unplayed.png
Normal file
BIN
dashboard-ui/css/images/userdata/unplayed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
|
@ -16,7 +16,7 @@
|
|||
|
||||
.libraryPage, .itemListContent {
|
||||
background: #262626!important;
|
||||
/*background: #494949 url(images/bgflip.png) repeat-x!important;*/
|
||||
background: #494949 url(images/bgflip.png) repeat-x!important;
|
||||
background-attachment: fixed!important;
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
.listHeader {
|
||||
margin-top: 1.25em;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
|
|
@ -467,11 +467,6 @@ form, .readOnlyContent {
|
|||
|
||||
@media all and (min-width: 750px) {
|
||||
|
||||
.posterViewItem {
|
||||
font-size: 16px;
|
||||
padding-bottom: 29px;
|
||||
}
|
||||
|
||||
.posterViewItemWithDualText {
|
||||
padding-bottom: 58px;
|
||||
}
|
||||
|
@ -492,6 +487,11 @@ form, .readOnlyContent {
|
|||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.posterViewItem {
|
||||
font-size: 16px;
|
||||
padding-bottom: 29px;
|
||||
}
|
||||
|
||||
.posterViewItem img {
|
||||
max-width: 250px;
|
||||
max-height: 200px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue