From: Tim Düsterhus Date: Mon, 20 Sep 2021 16:50:03 +0000 (+0200) Subject: Fix SCSS code style X-Git-Tag: 5.4.8_dev_1~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=db0f635fefa6a11680b06edffcfc92b3fed3b33e;p=GitHub%2FWoltLab%2FWCF.git Fix SCSS code style --- 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; }