From db0f635fefa6a11680b06edffcfc92b3fed3b33e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 20 Sep 2021 18:50:03 +0200 Subject: [PATCH] Fix SCSS code style --- wcfsetup/install/files/style/layout/pageHeader.scss | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index 8bbfc33c66..5d15417886 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -206,12 +206,20 @@ } .mainMenuShowPrevious { - background: linear-gradient(to left, transparentize($wcfHeaderMenuBackground, 1) 0%, $wcfHeaderMenuBackground 75%); + background: linear-gradient( + to left, + transparentize($wcfHeaderMenuBackground, 1) 0%, + $wcfHeaderMenuBackground 75% + ); left: 0; } .mainMenuShowNext { - background: linear-gradient(to right, transparentize($wcfHeaderMenuBackground, 1) 0%, $wcfHeaderMenuBackground 75%); + background: linear-gradient( + to right, + transparentize($wcfHeaderMenuBackground, 1) 0%, + $wcfHeaderMenuBackground 75% + ); justify-content: flex-end; right: 0; } -- 2.20.1