mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #944 - Add card views
This commit is contained in:
parent
a1535a341b
commit
c6064c9e96
27 changed files with 321 additions and 69 deletions
|
@ -90,8 +90,9 @@
|
|||
}
|
||||
|
||||
.visualCardBox-b {
|
||||
border-radius: 3px;
|
||||
background: rgb(51, 51, 51);
|
||||
border: 1px solid rgb(31, 31, 31);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.cardScalable {
|
||||
|
@ -130,9 +131,9 @@
|
|||
right: 0;
|
||||
}
|
||||
|
||||
.cardContent:hover .cardImage {
|
||||
opacity: .5;
|
||||
}
|
||||
.cardContent:hover .cardImage {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
/*.preview-overlay-container {
|
||||
-moz-border-radius: 2px;
|
||||
|
|
|
@ -489,10 +489,10 @@ h1 .imageLink {
|
|||
|
||||
.mediaLocationsHeader .ui-btn {
|
||||
position: absolute;
|
||||
right: -6px;
|
||||
right: -3px;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
top: 6px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
#ulDirectoryPickerList a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue