From 02a10bfe32c20c837c03c900ccaec06b394ccce1 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 17 Apr 2019 15:59:25 +0100 Subject: Lots of work on the images management page --- pydis_site/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pydis_site/settings.py') 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 } } -- cgit v1.2.3