PLAYER: Fixed connected device logic.
Build and Publish / Build and Publish Docker Image (push) Successful in 2m50s

This commit is contained in:
2026-05-28 15:17:59 +03:00
parent 34e25fac2c
commit 072c00a48e
7 changed files with 132 additions and 33 deletions
+28 -8
View File
@@ -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 */