mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv menu
This commit is contained in:
parent
06b74be1fd
commit
3bae11071d
57 changed files with 368 additions and 115 deletions
|
@ -62,6 +62,10 @@
|
|||
background-color: #333;
|
||||
}
|
||||
|
||||
.homeTopViews .defaultBackground .cardImage {
|
||||
background-color: #181818;
|
||||
}
|
||||
|
||||
.homeTopViews .cardImage {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
@ -235,6 +239,11 @@
|
|||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.homeTopViews .cardText {
|
||||
font-size: 15px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.cardButtonContainer {
|
||||
text-align: right;
|
||||
float: right;
|
||||
|
|
|
@ -125,8 +125,7 @@
|
|||
.searchInputIcon {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
top: 15px;
|
||||
font-size: 16px !important;
|
||||
top: 12px;
|
||||
color: #ddd !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue