mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed grid view
This commit is contained in:
parent
1dfb16e578
commit
49ce11e15c
6 changed files with 44 additions and 241 deletions
|
@ -59,54 +59,11 @@
|
|||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.libraryItemsGrid th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.libraryGridImage {
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.thName, .tdName {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.libraryItemsGrid {
|
||||
margin: 0 auto;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.libraryItemsGrid a {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.libraryItemsGrid th, .libraryItemsGrid td {
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
padding: 10px 10px 5px;
|
||||
}
|
||||
|
||||
.libraryItemsGrid th {
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #555;
|
||||
}
|
||||
|
||||
.libraryItemsGrid td {
|
||||
border-top: 1px solid #555;
|
||||
border-bottom: 1px solid #555;
|
||||
}
|
||||
|
||||
.listPaging {
|
||||
text-align: center;
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
||||
.tabletColumn, .desktopColumn {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
.libraryPage .ui-content {
|
||||
padding: 10px 15px 100px;
|
||||
|
@ -114,10 +71,6 @@
|
|||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
.tabletColumn {
|
||||
display: table-cell!important;
|
||||
}
|
||||
|
||||
.libraryViewNav .ui-btn-inner {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
|
@ -139,10 +92,6 @@
|
|||
.ehsContent {
|
||||
max-width: 850px;
|
||||
}
|
||||
|
||||
.desktopColumn {
|
||||
display: table-cell!important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1440px) {
|
||||
|
@ -299,16 +248,16 @@
|
|||
.posterDetailViewImage {
|
||||
max-height: 140px;
|
||||
}
|
||||
|
||||
.posterDetailViewItem .userDataIcons {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
.posterDetailViewItem {
|
||||
width: 31%;
|
||||
}
|
||||
|
||||
.posterDetailViewItem .userDataIcons {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1440px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue