chore: bigger pool for watching heros; truncate shares more
This commit is contained in:
parent
c44ab7a8fd
commit
98e04e2bb3
6 changed files with 29 additions and 15 deletions
|
@ -19,6 +19,9 @@
|
|||
left: var(--sizing-sm);
|
||||
bottom: var(--sizing-lg);
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--sizing-xs);
|
||||
|
||||
& .header {
|
||||
font-weight: var(--font-weight-bold);
|
||||
|
@ -26,6 +29,7 @@
|
|||
|
||||
& .subheader {
|
||||
font-size: var(--font-size-sm);
|
||||
display: inline-flex;
|
||||
gap: var(--sizing-xs)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue