Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Jan 14, 2024
1 parent ba5c56e commit 4718016
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<button
mat-flat-button
color="primary"
class="url-btn"
class="url-btn me-3"
(click)="viewBackends()">
<div class="d-flex flex-nowrap align-items-center ps-1">
<mat-icon>database</mat-icon>
Expand All @@ -83,7 +83,7 @@
mat-button
color="primary"
matTooltip="AI chatbot"
class="ms-2 url-btn"
class="help"
(click)="toggleChatbot()">
<div class="d-flex flex-nowrap align-items-center ps-1">
<mat-icon>chat_bubble</mat-icon>
Expand All @@ -94,7 +94,7 @@
mat-button
color="primary"
matTooltip="Help"
class="ms-2 url-btn"
class="help"
[matMenuTriggerFor]="help_menu">
<div class="d-flex flex-nowrap align-items-center ps-1">
<mat-icon>question_mark</mat-icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
min-height: 36px;
}

.help {
padding: 0;
width: 36px;
min-height: 36px;
}

.url-text {
max-width: clamp(21vw, 1vw, 40vw);
}
Expand Down

0 comments on commit 4718016

Please sign in to comment.