💄 Increase size of language switcher modal

This commit is contained in:
Alicia Sykes 2021-09-10 23:47:06 +01:00
parent d6b7b9a8c6
commit 0e6dfc10fb

View File

@ -17,7 +17,7 @@
<!-- Modal for manually changing locale --> <!-- Modal for manually changing locale -->
<modal :name="modalNames.LANG_SWITCHER" classes="dashy-modal" <modal :name="modalNames.LANG_SWITCHER" classes="dashy-modal"
:resizable="true" width="35%" height="35%"> :resizable="true" width="35%" height="50%">
<LanguageSwitcher /> <LanguageSwitcher />
</modal> </modal>