diff --git a/lib/system-status.js b/lib/system-status.js index 57877a8..f1f21a7 100644 --- a/lib/system-status.js +++ b/lib/system-status.js @@ -79,7 +79,7 @@ customElements.define('system-status', class extends HTMLElement { #panel { user-select: none; } blockquote { outline: 1px solid #323532; margin-inline-start: 0; margin-inline-end: 0; display: block; margin-block-start: 1rem; margin-block-end: 0; padding: 1px; font-size: .825rem; border-radius: 2px; } blockquote::before { content: "ℹ"; float: left; font-size: 1.625rem; margin-left: 1rem; margin-right: 0.625rem; } - button { background: #151517; color: #B0D944; border: 1px solid; padding: .575em .65em; cursor: pointer; margin-top: 2.65rem; font-size: 1.25rem; } + button { background: #151517; color: #B0D944; border: 1px solid; padding: .575em .65em; cursor: pointer; margin-top: 2rem; font-size: 1.25rem; } #tip { text-indent: 4px; margin-top: -.25rem } code { background: #3a4816; @@ -91,6 +91,9 @@ customElements.define('system-status', class extends HTMLElement { border-radius: 1px; } #tip > p { margin: 0; padding: 0} + #tip { + margin-top: 3rem; + } h1 { padding: 0.5rem; display: inline-block; @@ -110,8 +113,8 @@ customElements.define('system-status', class extends HTMLElement {

Pear setup is nearly complete.

-

-

Click the button to add ${BIN} to the system PATH

+

To finish installing Pear Runtime set your system path to ${BIN}${!isWin? ' or click the button bellow.' : '.'}

+ ${!isWin ? '

' : ''} ` }