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;
|
contain: style;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.itemsContainer .card {
|
/*.itemsContainer .card {
|
||||||
contain: layout style;
|
contain: layout style;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@
|
||||||
display: block;
|
display: block;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
.card, .card a {
|
.card, .card a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardOverlayTarget {
|
.cardOverlayTarget {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -76,8 +76,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardOverlayMoreButton, .cardOverlayPlayButton {
|
.cardOverlayMoreButton, .cardOverlayPlayButton {
|
||||||
color: #333!important;
|
color: #333 !important;
|
||||||
background-color: rgba(210,210,210,.9)!important;
|
background-color: rgba(210,210,210,.9) !important;
|
||||||
border-radius: 500px;
|
border-radius: 500px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
width: 36px;
|
width: 36px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue