Fix: EPG rows were displayed incorrectly on Firefox #164
This commit is contained in:
parent
f7aae10db0
commit
bf23c34fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -3186,7 +3186,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
|
||||
.guideProgramName {
|
||||
background-color: rgba(255, 255, 255, .05);
|
||||
height: -webkit-fill-available;
|
||||
height: calc(100% - .7em);
|
||||
margin: .35em 0 .35em .7em;
|
||||
border-radius: var(--smallerRadius);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue