Improved visuals of the fullscreen template comparison
authorAlexander Ebert <ebert@woltlab.com>
Sat, 22 Aug 2020 13:35:42 +0000 (15:35 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 22 Aug 2020 13:35:42 +0000 (15:35 +0200)
Fixes #3473

wcfsetup/install/files/acp/style/layout.scss

index c03fb69b19e63456a92271d993d639f3e724a67e..109207753bf78cced179ee48c2e546f65ba63631 100644 (file)
@@ -386,3 +386,9 @@ $wcfAcpSubMenuWidth: 300px;
 #uploadCoverPhoto > .button {
        vertical-align: top;
 }
+
+/* Fullscreen template comparison */
+#fullscreenContainer {
+       background-color: #fafafa;
+       padding: 0 20px;
+}