From c37dd63ac3cdcf1339d3fa70c60452dad206c132 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 20 Mar 2023 21:59:27 +0100 Subject: [PATCH] DEV: fixes linting (#20748) Followup to https://github.com/discourse/discourse/commit/54eaae43267a14abb9b63c41be02081df38d52e8 --- app/assets/stylesheets/common/base/sidebar.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/sidebar.scss b/app/assets/stylesheets/common/base/sidebar.scss index 86a8c30198d..1583db8b800 100644 --- a/app/assets/stylesheets/common/base/sidebar.scss +++ b/app/assets/stylesheets/common/base/sidebar.scss @@ -31,7 +31,9 @@ .footer-nav-ipad & { top: calc(var(--header-offset) + var(--footer-nav-height)); - height: calc(100vh - var(--header-offset, 0px) - var(--footer-nav-height, 0px)); + height: calc( + 100vh - var(--header-offset, 0px) - var(--footer-nav-height, 0px) + ); } height: calc(100vh - var(--header-offset, 0px)); align-self: start;