Skip to content

Commit

Permalink
Merge pull request #47644 from nextcloud/backport/47628/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(UnifiedSearch): Restore normal dialog size
  • Loading branch information
AndyScherzinger authored Sep 2, 2024
2 parents 0380b02 + e55ca0c commit d934aa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion core/src/components/UnifiedSearch/UnifiedSearchModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
dialog-classes="unified-search-modal"
:name="t('core', 'Unified search')"
:open="open"
size="normal"
@update:open="onUpdateOpen">
<!-- Modal for picking custom time range -->
<CustomDateRangeModal :is-open="showDateRangeModal"
Expand Down Expand Up @@ -724,7 +725,8 @@ export default defineComponent({
&__no-content {
display: flex;
align-items: center;
height: 100%;
margin-top: 0.5em;
height: 70%;
}

&__results {
Expand Down
4 changes: 2 additions & 2 deletions dist/core-unified-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-unified-search.js.map

Large diffs are not rendered by default.

0 comments on commit d934aa8

Please sign in to comment.