mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Change position of options/action menu
This commit is contained in:
15
src/app.scss
15
src/app.scss
@@ -73,7 +73,7 @@ html {
|
||||
--chatInputPaddingRight: 20px;
|
||||
--chatInputPaddingLeft: 20px;
|
||||
}
|
||||
.main-menu .gpt-logo {
|
||||
.main-menu .menu-nav-bar {
|
||||
display: none;
|
||||
}
|
||||
.main-menu .level-right {
|
||||
@@ -445,12 +445,23 @@ aside.menu.main-menu .menu-expanse {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.main-menu .gpt-logo .icon {
|
||||
.main-menu .menu-nav-bar .gpt-logo .icon {
|
||||
display: inline-block;
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.main-menu .menu-nav-bar .chat-option-menu {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 900px) {
|
||||
.main-menu .dropdown.is-right .dropdown-menu {
|
||||
right:auto;
|
||||
left:0;
|
||||
}
|
||||
}
|
||||
|
||||
.message-body {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user