aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-17 15:59:25 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-17 15:59:25 +0100
commit02a10bfe32c20c837c03c900ccaec06b394ccce1 (patch)
tree513955d120e16f65430967c5066f1af0faf4abde /pydis_site/settings.py
parentFix 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.py2
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
}
}