Move the indicator badge 4px to the right
authorAlexander Ebert <ebert@woltlab.com>
Sun, 14 May 2023 14:45:49 +0000 (16:45 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 14 May 2023 14:45:49 +0000 (16:45 +0200)
The width of the new icons has increased from 32px to 40px.

Fixes #5506

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

index fd6eb302e57fae8d3caf33f2e094c526233756c6..3534eb46aeeec06cd3e288449a089358e7c924cc 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);
-                                       left: 31px;
+                                       left: 35px;
                                        padding: 1px 6px;
                                        position: absolute;
                                        top: 4px;