Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Jan 13, 2024
1 parent e9f736b commit 7cb0ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
margin-top: 15px;
margin-bottom: 15px;
padding: 12px 12px 1px 12px;
background-color: rgba(0,0,0,.05);
background-color: rgba(0,0,0,.08);

&.machine {
margin-right: 20px;
Expand All @@ -31,6 +31,7 @@
&.user {
margin-left: 20px;
border-radius: 5px 5px 0 5px;
background-color: rgba(0,0,0,.02);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<button
mat-button
color="primary"
matTooltip="AI chatbot help"
class="ms-2 url-btn"
(click)="toggleChatbot()">
<div class="d-flex flex-nowrap align-items-center ps-1">
Expand All @@ -92,6 +93,7 @@
<button
mat-button
color="primary"
matTooltip="Help"
class="ms-2 url-btn"
[matMenuTriggerFor]="help_menu">
<div class="d-flex flex-nowrap align-items-center ps-1">
Expand Down

0 comments on commit 7cb0ee1

Please sign in to comment.