Incorrect code style
authorAlexander Ebert <ebert@woltlab.com>
Thu, 9 Sep 2021 11:47:17 +0000 (13:47 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 9 Sep 2021 11:47:17 +0000 (13:47 +0200)
wcfsetup/install/files/style/layout/pageHeader.scss
wcfsetup/install/files/style/ui/tabMenu.scss

index 719649d3870ea1ef41586c56649c87b4bdbec95a..068f183608c84562695f920177e394835f5a617b 100644 (file)
 
                                /* special styling for update badge */
                                > .badgeUpdate {
-                                       box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3),
-                                               inset 0 2px 5px rgba(225, 225, 225, 0.3);
+                                       box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3), inset 0 2px 5px rgba(225, 225, 225, 0.3);
                                        left: 31px;
                                        padding: 1px 6px;
                                        position: absolute;
index 627f0154b98466da7716ceb9c3a9d3b8efd4ad07..eff4e6704b97b9ee40d456d75b78363d11b252ef 100644 (file)
 }
 
 .tabMenuOverlayRight {
-       background: linear-gradient(
-               to right,
-               transparentize($wcfContentBackground, 100%) 0%,
-               $wcfContentBackground 50%
-       );
+       background: linear-gradient(to right, transparentize($wcfContentBackground, 100%) 0%, $wcfContentBackground 50%);
        justify-content: flex-end;
        right: 0;
 }