mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Make empty messages large enough to be clicked.
This commit is contained in:
@@ -270,9 +270,13 @@
|
|||||||
}
|
}
|
||||||
.message-editor {
|
.message-editor {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
min-width: 100px;
|
min-width: 60px;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
}
|
}
|
||||||
|
.message-display {
|
||||||
|
min-width: 60px;
|
||||||
|
min-height: 1.3em;
|
||||||
|
}
|
||||||
.button-pack .button {
|
.button-pack .button {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user