forked from rc/aircox
- player bug in admin fix
- player rendering issue fix - station.streams property - glitch in template rendering when page parent is not published
This commit is contained in:
@ -10807,6 +10807,9 @@ a.navbar-item.is-active {
|
||||
.player .player-bar {
|
||||
border-top: 1px hsl(0deg, 0%, 71%) solid;
|
||||
}
|
||||
.player .player-bar > div {
|
||||
height: 3.75em !important;
|
||||
}
|
||||
.player .player-bar > .media-left:not(:last-child) {
|
||||
margin-right: 0em;
|
||||
}
|
||||
@ -10823,7 +10826,8 @@ a.navbar-item.is-active {
|
||||
}
|
||||
.player .player-bar .button {
|
||||
font-size: 1.5rem !important;
|
||||
height: 2.5em;
|
||||
height: 100%;
|
||||
padding: auto 0.2em !important;
|
||||
min-width: 2.5em;
|
||||
border-radius: 0px;
|
||||
transition: background-color 1s;
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user