Skip to content

Commit

Permalink
Merge pull request #32 from dexhunter/fix/text_hint
Browse files Browse the repository at this point in the history
💄 Hide the right bottom hint
  • Loading branch information
ZhengyaoJiang authored Nov 29, 2024
2 parents c3258a3 + e173383 commit 657a8ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aide/webui/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,8 @@ section.stMain .block-container {

.stCode pre {
background-color: var(--background-shaded) !important;
}

div[data-testid="InputInstructions"] {
visibility: hidden;
}

0 comments on commit 657a8ff

Please sign in to comment.