Hide placeholder overflow of send textarea

78e67080c935dbc58e66049d28ae8142eab06834

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Showing whitespace changes
public/style.css+4 -0
@@ -1318,6 +1318,10 @@ button {
1318 transition: clip-path 200ms;1318 transition: clip-path 200ms;
1319}1319}
13201320
1321#send_textarea:placeholder-shown {
1322 overflow: hidden;
1323}
1324
1321#send_textarea:focus-visible {1325#send_textarea:focus-visible {
1322 /* Disable outline for the chat bar itself, we add it to the outer div */1326 /* Disable outline for the chat bar itself, we add it to the outer div */
1323 outline: none;1327 outline: none;