Improved torrent UI
Build and Publish / Build and Publish Docker Image (push) Successful in 3m2s

This commit is contained in:
Ultradesu
2026-05-26 14:49:56 +03:00
parent 31ae57a5a3
commit 3878d746d2
2 changed files with 32 additions and 15 deletions
+15
View File
@@ -571,6 +571,21 @@ button.user-stat:hover {
.release-meta .release-type { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-secondary); }
.release-meta .release-title { font-size: 36px; font-weight: 900; line-height: 1.2; margin: 4px 0; }
.release-title-row {
display: flex;
align-items: center;
gap: 10px;
min-width: 0;
}
.release-title-row .release-title {
min-width: 0;
}
.release-title-like {
flex: 0 0 auto;
margin-top: 4px;
}
.release-meta .release-artists { font-size: 14px; color: var(--text-secondary); }
.artist-link {