Improved actor bio responsiveness, showing secondary actor photos.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user