fix: scope and sort franchise relations

This commit is contained in:
2026-04-10 23:32:30 +02:00
parent bb5be54c26
commit ceacbf09c9
5 changed files with 289 additions and 64 deletions

View File

@@ -257,7 +257,7 @@ main {
}
.is-hidden {
display: none;
display: none !important;
}
.grid-full-width {
@@ -347,6 +347,12 @@ main {
overflow: hidden;
}
.relation-type {
margin-top: var(--space-1);
color: var(--text-faint);
font-size: 0.76rem;
}
.catalog-item:hover .catalog-title,
.relation-card:hover .relation-title,
.notification-card:hover .notification-title {
@@ -782,6 +788,12 @@ main {
line-height: 1.2;
}
.relations-controls {
display: flex;
gap: var(--space-2);
margin-bottom: var(--space-3);
}
.anime-side-section h3 {
margin: 0 0 var(--space-2);
color: var(--text-faint);