From 1bae0b679e64e4471ff761a2b08b9f201259c714 Mon Sep 17 00:00:00 2001 From: TriMill Date: Wed, 18 Jan 2023 23:45:44 -0500 Subject: [PATCH] thingate margins --- flaskr/templates/_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaskr/templates/_base.html b/flaskr/templates/_base.html index a085410..10ae2cf 100644 --- a/flaskr/templates/_base.html +++ b/flaskr/templates/_base.html @@ -23,7 +23,7 @@ {% if meta.fullscreen == True %} width: 100%; {% else %} - width: min({{ meta.pagewidth or "750px"}}, 90vw); + width: min({{ meta.pagewidth or "900px"}}, 90vw); {% endif %} }