mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix lint errors
This commit is contained in:
parent
3d7562d3ff
commit
9562a96f81
1 changed files with 10 additions and 10 deletions
|
@ -196,6 +196,7 @@ button::-moz-focus-inner {
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border-radius: 0.2em;
|
||||
|
||||
/* Needed in case this is a button */
|
||||
display: block;
|
||||
|
@ -228,19 +229,10 @@ button::-moz-focus-inner {
|
|||
background-color: #242424;
|
||||
}
|
||||
|
||||
.blurhash-canvas,
|
||||
.cardContent,
|
||||
.cardOverlayContainer {
|
||||
.blurhash-canvas {
|
||||
border-radius: 0.2em;
|
||||
}
|
||||
|
||||
.visualCardBox .blurhash-canvas,
|
||||
.visualCardBox .cardContent,
|
||||
.visualCardBox .cardOverlayContainer {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.cardContent-shadow,
|
||||
.cardBox:not(.visualCardBox) .cardPadder {
|
||||
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
|
||||
|
@ -780,6 +772,14 @@ button::-moz-focus-inner {
|
|||
bottom: 0;
|
||||
right: 0;
|
||||
user-select: none;
|
||||
border-radius: 0.2em;
|
||||
}
|
||||
|
||||
.visualCardBox .blurhash-canvas,
|
||||
.visualCardBox .cardContent,
|
||||
.visualCardBox .cardOverlayContainer {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.card-hoverable:hover .cardOverlayContainer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue