Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Improvement API Key button UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Jul 17, 2023
1 parent c4d4f68 commit b6dd63c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions client/css/api-key.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
color: var(--colour-3);
}

.api-key-container #show-api-key-button {
width: 90%;
}

.api-key-container #api-key-ok-button {
width: 30%;
}
Expand Down
5 changes: 4 additions & 1 deletion client/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
<span>Clear Conversations</span>
</button>
<div class="api-key-container" id="api-key-container">
<button id="show-api-key-button" class="button">API Key</button>
<button id="show-api-key-button" class="button">
<i class="fa-regular fa-key"></i>
<span>API Key</span>
</button>
<input type="password" id="API-key" class="hidden fade-in" />
<button id="api-key-ok-button" class="button hidden fade-in">Ok</button>
</div>
Expand Down

0 comments on commit b6dd63c

Please sign in to comment.