From: Alexander Ebert Date: Fri, 9 Mar 2018 12:01:14 +0000 (+0100) Subject: Removed the margin of the editor in fullscreen mode X-Git-Tag: 3.0.13~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e834b52e9586242ba8ad46fd1b5208c61360fa2a;p=GitHub%2FWoltLab%2FWCF.git Removed the margin of the editor in fullscreen mode --- diff --git a/wcfsetup/install/files/style/ui/redactor.scss b/wcfsetup/install/files/style/ui/redactor.scss index 87214daa51..3fc5eec7e0 100644 --- a/wcfsetup/install/files/style/ui/redactor.scss +++ b/wcfsetup/install/files/style/ui/redactor.scss @@ -2,7 +2,7 @@ background-color: $wcfContentBackground; position: relative; - &:not(:first-child) { + &:not(:first-child):not(.redactorBoxFullscreen) { margin-top: 20px; }