Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gbishop committed Jan 11, 2024
1 parent 9eeed77 commit 2bcac9d
Show file tree
Hide file tree
Showing 4 changed files with 467 additions and 285 deletions.
58 changes: 28 additions & 30 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -966,38 +966,36 @@ details summary > * {
vertical-align: bottom;
margin-right: 0.5em;
}
#PleaseWait {
position: fixed;
width: 100vw;
height: 100vh;
background-color: rgb(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
font-size: 2em;
transition: all 0.5s ease-in;
opacity: 1;
}

#PleaseWait:empty {
background-color: rgb(0, 0, 0, 0);
opacity: 0;
}
#PleaseWait {
position: fixed;
width: 100vw;
height: 100vh;
background-color: rgb(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
font-size: 2em;
transition: all 0.5s ease-in;
opacity: 1;
top: 0;
left: 0;
}

#PleaseWait div {
padding: 5em;
border: 1px solid black;
background-color: white;
}
#PleaseWait:empty {
background-color: rgb(0, 0, 0, 0);
opacity: 0;
}

#PleaseWait .message {
color: blue;
}
#PleaseWait div {
padding: 5em;
border: 1px solid black;
background-color: white;
}

#PleaseWait .error {
color: red;
}
#PleaseWait .message {
color: blue;
}
div.logging-indicator {
position: absolute;
top: 2px;
Expand Down Expand Up @@ -1115,7 +1113,7 @@ div.actions div.scroll {
background: white;
}

.actions tbody {
#designer .actions tbody.settings {
border-top: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
Expand Down
Loading

0 comments on commit 2bcac9d

Please sign in to comment.