Superfluous CSS for dialog alignment
authorAlexander Ebert <ebert@woltlab.com>
Mon, 25 Apr 2022 16:24:01 +0000 (18:24 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 25 Apr 2022 16:24:01 +0000 (18:24 +0200)
This was supposed to be removed by 8fb8e05c07732280ff5fea3b926b71f35db9b0ff

wcfsetup/install/files/style/ui/dialog.scss

index a9b502f001c292a452ae5e6790d6c8b180b2c464..1a08264c8a12f408b2b98ec9efce712817b56248 100644 (file)
                box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
                grid-area: dialog;
                justify-self: center;
-               left: 50%;
                max-height: 80%;
                max-width: 80%;
                min-width: 500px;
                position: absolute;
-               transform: translateX(-50%);
 
                &[aria-hidden="false"] {
                        animation: wcfDialog 0.3s;