Change position of options/action menu

This commit is contained in:
Webifi
2023-06-01 13:19:21 -05:00
parent ef7ebb0c99
commit f0b6b01f99
3 changed files with 23 additions and 12 deletions

View File

@@ -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;
}