Removed the margin of the editor in fullscreen mode
authorAlexander Ebert <ebert@woltlab.com>
Fri, 9 Mar 2018 12:01:14 +0000 (13:01 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 9 Mar 2018 12:01:14 +0000 (13:01 +0100)
wcfsetup/install/files/style/ui/redactor.scss

index 87214daa512903e9ea8d9db93f191e21f30e1971..3fc5eec7e0d2402ebbfff54c58f406d3b6ecb0be 100644 (file)
@@ -2,7 +2,7 @@
        background-color: $wcfContentBackground;
        position: relative;
        
-       &:not(:first-child) {
+       &:not(:first-child):not(.redactorBoxFullscreen) {
                margin-top: 20px;
        }