mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add library to front page
This commit is contained in:
parent
dc6dbcf469
commit
655c9cb48f
11 changed files with 102 additions and 28 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
.libraryPage > .ui-content {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 100px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
.libraryPage .currentUsername {
|
||||
|
@ -56,7 +56,7 @@
|
|||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
margin: 0 auto;
|
||||
max-width: 1540px;
|
||||
max-width: 650px;
|
||||
}
|
||||
|
||||
.ehsContent td {
|
||||
|
@ -65,7 +65,51 @@
|
|||
}
|
||||
|
||||
.squareEhsContent {
|
||||
max-width: 1420px;
|
||||
max-width: 750px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1000px) {
|
||||
|
||||
.ehsContent {
|
||||
max-width: 905px;
|
||||
}
|
||||
|
||||
.squareEhsContent {
|
||||
max-width: 750px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.ehsContent {
|
||||
max-width: 925px;
|
||||
}
|
||||
|
||||
.squareEhsContent {
|
||||
max-width: 900px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1400px) {
|
||||
|
||||
.ehsContent {
|
||||
max-width: 1240px;
|
||||
}
|
||||
|
||||
.squareEhsContent {
|
||||
max-width: 1240px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1600px) {
|
||||
|
||||
.ehsContent {
|
||||
max-width: 1540px;
|
||||
}
|
||||
|
||||
.squareEhsContent {
|
||||
max-width: 1420px;
|
||||
}
|
||||
}
|
||||
|
||||
.detailPageContent {
|
||||
|
|
|
@ -90,13 +90,13 @@ h2 {
|
|||
font-size: 1.68em;
|
||||
}
|
||||
|
||||
a, a.ui-link {
|
||||
/*a, a.ui-link {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.ui-controlgroup a, a.ui-btn {
|
||||
font-weight: bold;
|
||||
}
|
||||
}*/
|
||||
|
||||
h1 a {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue