Skip to content

Commit

Permalink
fix: fix the refresh icon hiding behind Google banner (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyareb authored and Yuan325 committed Mar 6, 2024
1 parent cc6db80 commit 462082b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions llm_demo/static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ body {
#g_id_onload,
.g_id_signin {
position: absolute;
top: 20px;
right: 30px;
top: 8px;
right: 10px;
}

#menuButton {
Expand All @@ -61,7 +61,10 @@ body {
}

#resetButton {
float: right;
position: fixed;
top: 65px;
right: 15px;
color: #181a23;
cursor: pointer;
}

Expand Down Expand Up @@ -183,4 +186,9 @@ div.chat-wrapper div.chat-content div .sender-icon img {

.mdl-progress.mdl-progress__indeterminate>.bar1 {
background-color: #394867
}

.send-button {
margin-top: 12px;
margin-right: 12px;
}
2 changes: 1 addition & 1 deletion llm_demo/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="mdl-progress mdl-js-progress mdl-progress__indeterminate"></div>
<div class="chat-input-container">
<input type="text" class="ip-msg" placeholder="type here...">
<span class="btn-group">
<span class="btn-group send-button">
<span class="material-symbols-outlined">
send
</span>
Expand Down

0 comments on commit 462082b

Please sign in to comment.