diff options
author | 2019-04-17 15:59:25 +0100 | |
---|---|---|
committer | 2019-04-17 15:59:25 +0100 | |
commit | 02a10bfe32c20c837c03c900ccaec06b394ccce1 (patch) | |
tree | 513955d120e16f65430967c5066f1af0faf4abde /pydis_site/settings.py | |
parent | Fix up image replacement page (diff) |
Lots of work on the images management page
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 40954566..15718485 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -278,6 +278,8 @@ BULMA_SETTINGS = { "link": "$primary", "green": "#21c65c", # Better contrast with the light text + + "dimensions": "16 24 32 48 64 96 128 256 512" # Image dimensions } } |