mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add recording web socket events
This commit is contained in:
parent
a2dbad16f4
commit
8cd218b44e
1 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
contain: style;
|
||||
}
|
||||
|
||||
/*.itemsContainer .card {
|
||||
/*.itemsContainer .card {
|
||||
contain: layout style;
|
||||
}
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
|||
display: block;
|
||||
}*/
|
||||
|
||||
.card, .card a {
|
||||
text-decoration: none;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
.card, .card a {
|
||||
text-decoration: none;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
.cardOverlayTarget {
|
||||
position: absolute;
|
||||
|
@ -76,8 +76,8 @@
|
|||
}
|
||||
|
||||
.cardOverlayMoreButton, .cardOverlayPlayButton {
|
||||
color: #333!important;
|
||||
background-color: rgba(210,210,210,.9)!important;
|
||||
color: #333 !important;
|
||||
background-color: rgba(210,210,210,.9) !important;
|
||||
border-radius: 500px;
|
||||
padding: 5px;
|
||||
width: 36px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue