Improved actor bio responsiveness, showing secondary actor photos.

This commit is contained in:
2024-06-07 03:15:37 +02:00
parent af88455c6b
commit 8f4533a1f8
5 changed files with 440 additions and 448 deletions

View File

@@ -200,11 +200,11 @@ const scrollable = computed(() => children.value?.scrollWidth > children.value?.
align-items: center;
padding: .5rem;
border: none;
background: var(--grey-dark-40);
background: var(--grey-dark-50);
color: var(--highlight-strong-30);
font-size: .9rem;
font-weight: bold;
border-radius: .25rem;
border-radius: .5rem;
box-shadow: 0 0 3px var(--shadow);
.icon {