diff options
author | OzoneGrif | 2020-02-28 12:05:18 +0100 |
---|---|---|
committer | GitHub | 2020-02-28 12:05:18 +0100 |
commit | df98cc52700f77b06ce986ccb2137ec055a0e66c (patch) | |
tree | 4539d7e99dc010c8df8d0429fb0d0b191ce6c4d9 /viewer/.env | |
parent | 5672ee664abece41adeb59a8b2863d58d1b9b380 (diff) | |
download | ldgallery-df98cc52700f77b06ce986ccb2137ec055a0e66c.tar.gz |
viewer: fullwidth limit consistent with Bulma's limit
Co-Authored-By: Notkea <pacien@users.noreply.github.com>
Diffstat (limited to 'viewer/.env')
-rw-r--r-- | viewer/.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/.env b/viewer/.env index 4721300..99efa3d 100644 --- a/viewer/.env +++ b/viewer/.env | |||
@@ -3,4 +3,4 @@ | |||
3 | VUE_APP_I18N_LOCALE=en | 3 | VUE_APP_I18N_LOCALE=en |
4 | VUE_APP_I18N_FALLBACK_LOCALE=en | 4 | VUE_APP_I18N_FALLBACK_LOCALE=en |
5 | VUE_APP_DATA_URL=./ | 5 | VUE_APP_DATA_URL=./ |
6 | VUE_APP_FULLWIDTH_LIMIT=1500 | 6 | VUE_APP_FULLWIDTH_LIMIT=1216 |