update live tv labels
This commit is contained in:
@@ -317,8 +317,9 @@
|
||||
padding: 0 .5em 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* Need block here or the ellipsis overflow is lost */
|
||||
display: block;
|
||||
}
|
||||
|
||||
.programIcon {
|
||||
@@ -335,6 +336,16 @@
|
||||
margin-left: .25em;
|
||||
}
|
||||
|
||||
.programTextIcon {
|
||||
font-weight: bold;
|
||||
color: rgb(30,30,30);
|
||||
font-size: 1.0em;
|
||||
background: #555;
|
||||
padding: .18em .32em;
|
||||
border-radius: .25em;
|
||||
margin-right: .35em;
|
||||
}
|
||||
|
||||
.guideChannelNumber {
|
||||
padding-left: 1em;
|
||||
max-width: 30%;
|
||||
|
||||
Reference in New Issue
Block a user