From e2c43f085f037c583d58857806d7c65093453f6a Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 25 Apr 2024 01:46:18 +0200 Subject: [PATCH] Set page bottom padding to --page-spacing --- web_src/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/css/base.css b/web_src/css/base.css index 58a5723cb5..772794d765 100644 --- a/web_src/css/base.css +++ b/web_src/css/base.css @@ -477,12 +477,12 @@ img.ui.avatar, .full.height { flex-grow: 1; - padding-bottom: 80px; + padding-bottom: var(--page-spacing); } /* add margin below .secondary nav when it is the first child */ .page-content > :first-child.secondary-nav { - margin-bottom: 14px; + margin-bottom: var(--page-spacing); } /* add margin to all pages when there is no .secondary.nav */