This commit is contained in:
Tykayn 2022-03-01 11:54:06 +01:00 committed by tykayn
parent 5d3e074c39
commit 26b0babf92
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
[modal]="true"
[(visible)]="display_poll_search_dialog"
[breakpoints]="{ '960px': '75vw' }"
[style]="{ width: '75vw' }"
[style]="{ width: '454px' }"
[draggable]="false"
[showHeader]="false"
[resizable]="true"

View File

@ -37,7 +37,7 @@
[modal]="true"
[(visible)]="display_option_dialog"
[breakpoints]="{ '960px': '75vw' }"
[style]="{ width: '75vw' }"
[style]="{ width: '454px' }"
[draggable]="false"
[showHeader]="false"
[resizable]="true"

View File

@ -20,7 +20,7 @@
[modal]="true"
[(visible)]="display_lang_dialog"
[breakpoints]="['960px']"
[style]="{ width: '75vw' }"
[style]="{ width: '454px' }"
[draggable]="false"
[showHeader]="false"
[resizable]="true"