mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix tv program cards
This commit is contained in:
parent
29f5388ae5
commit
0467a94a3d
5 changed files with 26 additions and 18 deletions
|
@ -72,8 +72,6 @@ button.card {
|
|||
margin: 0;
|
||||
transition: none !important;
|
||||
border: 3px solid transparent;
|
||||
/* Needed to keep the cardOverlayTarget from showing outside the bounds while it animates */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.layout-tv .cardBox {
|
||||
|
@ -239,13 +237,6 @@ button.cardImageContainer {
|
|||
opacity: .6;
|
||||
}
|
||||
|
||||
/*.visualCardBox {
|
||||
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
-ms-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
}*/
|
||||
|
||||
.visualCardBox .cardScalable, .visualCardBox .cardFooter {
|
||||
background-color: #222326;
|
||||
}
|
||||
|
@ -253,6 +244,10 @@ button.cardImageContainer {
|
|||
.visualCardBox .cardFooter {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
-ms-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.innerCardFooter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue