fix broken image text
This commit is contained in:
parent
8ab018af88
commit
8ea9938cb0
@ -200,9 +200,9 @@ export function ZoomableImage ({ src, topLevel, ...props }) {
|
|||||||
if (!src) return null
|
if (!src) return null
|
||||||
if (err) {
|
if (err) {
|
||||||
return (
|
return (
|
||||||
<span className='d-flex align-items-center text-warning fw-bold pb-1'>
|
<span className='d-flex align-items-baseline text-warning-emphasis fw-bold pb-1'>
|
||||||
<FileMissing width={18} height={18} className='fill-warning me-1' />
|
<FileMissing width={18} height={18} className='fill-warning me-1 align-self-center' />
|
||||||
broken image <small>stacker probably used an unreliable host</small>
|
broken image <small className='ms-1'>stacker probably used an unreliable host</small>
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -566,7 +566,7 @@ div[contenteditable]:focus,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fill-warning {
|
.fill-warning {
|
||||||
fill: var(--warning);
|
fill: var(--bs-warning-text-emphasis);
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-underline {
|
.text-underline {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user