mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-29 11:18:25 +08:00
@@ -224,17 +224,19 @@
|
||||
border: 0;
|
||||
border-top: 1px solid var(--theme-border-color);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--theme-color);
|
||||
color: var(--font-color);
|
||||
resize: none;
|
||||
min-height: 70px;
|
||||
max-height: 160px;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.submit-button {
|
||||
position: absolute;
|
||||
right: 1.1em;
|
||||
bottom: 0.2em;
|
||||
bottom: 0.4em;
|
||||
padding: 1px 6px;
|
||||
cursor: pointer;
|
||||
background-color: #30a14e;
|
||||
|
||||
Reference in New Issue
Block a user