Skip to content

Commit

Permalink
Ticket #4770 - Usage of assistant in Studio Help.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Aug 16, 2024
1 parent 3214145 commit ff932cd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions modules/boonex/artificer/data/template/system/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ import url(../../../../../../../template/css/general.css);
.bx-toolbar-item.bx-ti-search .sys-search-results-quick .bx-btn.sys-agents-ask:last-child {
margin-bottom: 0;
}
.bx-agents-popup .cmts {
max-height: calc(0.5 * 100vh);
overflow-y: auto;
}


/*--- Page Content with Cover ---*/
Expand Down
4 changes: 4 additions & 0 deletions studio/template/css/menu_top.css
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,10 @@ body > .bx-popup-wrapper.bx-std-mod-popup-settings-wrapper,
#bx-std-pcap-menu-popup-assistant .bx-popup .bx-popup-header {
border-bottom: 1px solid rgb(75 85 99);
}
.bx-std-pcap-assistant .cmts {
max-height: calc(0.5 * 100vh);
overflow-y: auto;
}
.bx-std-pcap-assistant .cmt-reply.cmt-reply-bottom {
margin-bottom: 0;
}
Expand Down
5 changes: 4 additions & 1 deletion template/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ blockquote {
width: 100%;
margin-bottom: 0.5rem;
}

.bx-agents-popup .cmts {
max-height: calc(0.5 * 100vh);
overflow-y: auto;
}
.bx-acl-err-msg {
padding: 0 10%;
}
Expand Down

0 comments on commit ff932cd

Please sign in to comment.