mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(UnifiedSearch): Restore normal dialog size
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
parent
1cc7851209
commit
18d0f39109
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
@ -724,7 +725,8 @@ export default defineComponent({
|
|||
&__no-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
margin-top: 0.5em;
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
&__results {
|
||||
|
|
|
|||
Loading…
Reference in a new issue