mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Display more content on home page
This commit is contained in:
parent
a859e2b4be
commit
06d87cc76f
24 changed files with 284 additions and 150 deletions
|
@ -69,7 +69,7 @@
|
|||
}
|
||||
|
||||
.homePageSection + .homePageSection {
|
||||
margin-top: 3em;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1000px) {
|
||||
|
|
|
@ -63,13 +63,14 @@
|
|||
}
|
||||
|
||||
.libraryMenuButton {
|
||||
opacity: .95;
|
||||
}
|
||||
|
||||
.libraryMenuButton img {
|
||||
border: 1px solid #444 !important;
|
||||
padding: .5em;
|
||||
background-color: #181818;
|
||||
border-radius: 5px;
|
||||
height: 14px!important;
|
||||
}
|
||||
|
||||
.libraryMenuButton:hover {
|
||||
|
@ -92,6 +93,7 @@
|
|||
position: relative;
|
||||
top: 2px;
|
||||
margin-left: -5px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.viewMenuBar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue