Skip to content

Commit

Permalink
Display chat default message and prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
angjordn committed Sep 16, 2024
1 parent c2c1d69 commit 4c6148d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,15 @@ private String generateCss() {
+ " html {\n"
+ " background-color: var(--mynah-color-bg);\n"
+ " color: var(--mynah-color-text-default);\n"
+ " height: 100%%;\n"
+ " height: 100vh;\n"
+ " width: 100%%;\n"
+ " overflow: hidden;\n"
+ " margin: 0;\n"
+ " padding: 0;\n"
+ " }\n"
+ " textarea:placeholder-shown {\n"
+ " line-height: 1.5rem;\n"
+ " }"
+ " </style>";
}

Expand Down

0 comments on commit 4c6148d

Please sign in to comment.