PLAYER: Fixed connected device logic.
Build and Publish / Build and Publish Docker Image (push) Successful in 2m50s
Build and Publish / Build and Publish Docker Image (push) Successful in 2m50s
This commit is contained in:
@@ -219,12 +219,32 @@ button.user-stat:hover {
|
||||
}
|
||||
|
||||
.lastfm-profile-text {
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
overflow: hidden;
|
||||
font-size: 11px;
|
||||
font-weight: 650;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.lastfm-profile-brand {
|
||||
flex: 0 0 auto;
|
||||
color: var(--text-primary);
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.lastfm-profile-separator {
|
||||
flex: 0 0 auto;
|
||||
color: var(--text-subdued);
|
||||
}
|
||||
|
||||
.lastfm-profile-status {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 11px;
|
||||
font-weight: 650;
|
||||
}
|
||||
|
||||
.sidebar-header {
|
||||
@@ -1432,12 +1452,12 @@ button.user-stat:hover {
|
||||
|
||||
.device-row-current {
|
||||
display: block;
|
||||
width: 18px;
|
||||
height: 3px;
|
||||
margin-top: 5px;
|
||||
border-radius: 999px;
|
||||
background: currentColor;
|
||||
opacity: 0.55;
|
||||
margin-top: 2px;
|
||||
color: var(--text-subdued);
|
||||
font-size: 11px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Loading */
|
||||
|
||||
Reference in New Issue
Block a user