Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Jul 11, 2023
1 parent 696f70d commit 59e687e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions css/extension.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ extension-homebridge-

#extension-homebridge-pairing-qr-code{
max-width:300px;
border:4rem solid white;
}

#extension-homebridge-pairing-code{
Expand Down Expand Up @@ -426,15 +427,15 @@ body #extension-homebridge-view .extension-homebridge-tab-selected {

.extension-homebridge-progress-bar-container{
width:100%;
height:2rem;
border-radius:1rem;
height:2.6rem;
border-radius:1.3rem;
background-color:rgba(0,0,0,.3);
border:2px solid rgba(0,0,0,.8);
border:none;
overflow:hidden;
}
.extension-homebridge-progress-bar-container > div{
width:0;
height:2rem;
height:2.6rem;
background-color:rgba(255,255,255,.8);
}

Expand All @@ -447,7 +448,7 @@ body #extension-homebridge-view .extension-homebridge-tab-selected {
}

.extension-homebridge-spinner {
display: inline-block;
display: block;
position: relative;
width: 80px;
height: 80px;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"short_name": "homebridge",
"version": "0.0.8",
"version": "0.0.9",
"web_accessible_resources": [
"css/*.css",
"images/*.svg",
Expand Down
2 changes: 1 addition & 1 deletion views/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Installing Homebridge</h2>
<div id="extension-homebridge-main-busy-installing-progress-bar"></div>
</div>

<p>Please wait</p>
<p id="extension-homebridge-installing-hint" style="text-align:center">Please wait</p>
</div>

<div id="extension-homebridge-main-busy-installing" class="extension-homebridge-area" style="display:none">
Expand Down

0 comments on commit 59e687e

Please sign in to comment.