Skip to content

Commit

Permalink
improve visibility of assistant modal close button
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Feb 8, 2024
1 parent b668401 commit 8b1aa08
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/components/AssistantTextProcessingModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export default {
top: 4px;
right: 4px;
z-index: 1;
background-color: var(--color-main-background);
}
.assistant-modal--wrapper {
Expand Down
1 change: 0 additions & 1 deletion src/components/RunningEmptyContent.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<NcEmptyContent
:title="t('assistant', 'Getting results…')"
:name="t('assistant', 'Getting results…')"
:description="description">
<template #action>
Expand Down
1 change: 0 additions & 1 deletion src/components/ScheduledEmptyContent.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<NcEmptyContent
:title="title"
:name="title"
:description="t('assistant', 'You will receive a notification when it has finished')">
<template v-if="showCloseButton" #action>
Expand Down

0 comments on commit 8b1aa08

Please sign in to comment.