From 617cfb18b668789aca1ca1462953217307877924 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 24 Oct 2020 23:37:31 +0100 Subject: [PATCH] Column widths --- theme.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.py b/theme.py index 4c41b8503..eb56e1fd5 100644 --- a/theme.py +++ b/theme.py @@ -906,6 +906,9 @@ def setThemeLight(baseDir: str): def setThemeIndymediaModern(baseDir: str): name = 'indymediamodern' themeParams = { + "column-left-width": "10vw", + "column-center-width": "70vw", + "column-right-width": "20vw", "column-right-fg-color": "#25408f", "column-right-fg-color-voted-on": "red", "newswire-item-moderated-color": "red",