mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Spacing
This commit is contained in:
@@ -63,7 +63,7 @@ a.is-disabled {
|
||||
|
||||
/* Style the chat input */
|
||||
.chat-input {
|
||||
overflow-y:hidden;
|
||||
overflow-y: hidden;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
@@ -98,7 +98,7 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
|
||||
}
|
||||
|
||||
/* Support for copy code button */
|
||||
.code-block>button {
|
||||
.code-block > button {
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user