Bump protocols. Added proto status
Build and Publish / Build and Publish Docker Image (push) Successful in 5m25s

This commit is contained in:
Ultradesu
2026-07-28 22:46:43 +01:00
parent d61d7a6bac
commit 4efcfdc539
4 changed files with 79 additions and 7 deletions
+36
View File
@@ -676,6 +676,42 @@ button.user-stat:hover {
margin-bottom: 14px;
text-transform: capitalize;
}
.artist-release-group-heading {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 14px;
}
.artist-release-group-heading .artist-release-group-title {
margin-bottom: 0;
}
.artist-top-tracks-toggle {
border: 0;
background: transparent;
color: var(--text-subdued);
display: inline-flex;
align-items: center;
gap: 6px;
padding: 5px 7px;
border-radius: 5px;
font: inherit;
font-size: 12px;
font-weight: 700;
cursor: pointer;
}
.artist-top-tracks-toggle:hover {
color: var(--text-primary);
background: var(--bg-hover);
}
.artist-top-tracks-toggle svg {
width: 15px;
height: 15px;
transition: transform 0.18s ease;
}
.artist-top-tracks-toggle svg.expanded {
transform: rotate(180deg);
}
/* Release detail header */
.release-header {