- 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:
bkfox
2022-12-16 14:53:11 +01:00
parent 8bd11f363b
commit 246eba6654
9 changed files with 40 additions and 19 deletions

View File

@ -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