From e834b52e9586242ba8ad46fd1b5208c61360fa2a Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 9 Mar 2018 13:01:14 +0100 Subject: [PATCH] Removed the margin of the editor in fullscreen mode --- wcfsetup/install/files/style/ui/redactor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1