9faca8da2b
i18n messages, handle error case max copy copy update @lbry/components and tweak range styles sigfigs error catching and cleanup apply review changes style table and unlock button handle tip errors separate fileDescription from fileDetails make expandable cards ui tweaks tweak copy, style, behavior remove unused strings forgot an important line
15 lines
328 B
SCSS
15 lines
328 B
SCSS
.expanding-details__header {
|
|
background-color: var(--color-card-background);
|
|
position: relative;
|
|
overflow: hidden;
|
|
padding-left: var(--spacing-small);
|
|
}
|
|
|
|
.expanding-details {
|
|
border: 1px solid var(--color-border);
|
|
}
|
|
|
|
.expanding-details__body {
|
|
border-radius: var(--card-radius);
|
|
padding: 0 var(--spacing-small);
|
|
}
|