Fixed player css so long artist and track names don't overflow
This commit is contained in:
parent
fdd8cdfaea
commit
4ab4fe5cb9
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
.airtime_player {
|
||||
width: 270px;
|
||||
height: 180px;
|
||||
height: 185px;
|
||||
position: relative;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #fff;
|
||||
|
@ -123,12 +123,19 @@
|
|||
display: block;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
width: auto;
|
||||
width: 170px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.now_playing span {
|
||||
display: block;
|
||||
color: #aaaaaa;
|
||||
width: 170px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.airtime_volume {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue