chore: add scrollbar styles; fix units + alignment
This commit is contained in:
parent
9c5bdf8ef8
commit
ab1182725f
7 changed files with 45 additions and 13 deletions
|
@ -9,7 +9,7 @@ link-peek:defined figure {
|
|||
gap: 1rem;
|
||||
max-inline-size: max-content;
|
||||
border: 1px solid var(--gray-light);
|
||||
border-radius: var(--sizing-xs);
|
||||
border-radius: var(--rounded);
|
||||
padding: 1rem;
|
||||
margin: 0 0 var(--sizing-base);
|
||||
font-size: var(--font-size-sm);
|
||||
|
@ -32,5 +32,5 @@ link-peek img[data-key="data.logo.url"] {
|
|||
link-peek img[data-key="data.image.url"] {
|
||||
max-inline-size: 100%;
|
||||
block-size: auto;
|
||||
border-radius: var(--sizing-xs);
|
||||
border-radius: var(--rounded);
|
||||
}
|
Reference in a new issue