mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Format prompt input buttons.
This commit is contained in:
15
src/app.scss
15
src/app.scss
@@ -413,6 +413,21 @@ aside.menu.main-menu .menu-expanse {
|
||||
var(--chatInputPaddingRight)
|
||||
var(--chatInputPaddingBottom)
|
||||
var(--chatInputPaddingLeft);
|
||||
|
||||
.control.send .button {
|
||||
width: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.prompt-input-container {
|
||||
.control.send .button {
|
||||
width: auto;
|
||||
}
|
||||
.control.settings {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content.running-total-container {
|
||||
|
||||
Reference in New Issue
Block a user