Improved jump to message anchor
authorMarcel Werk <burntime@woltlab.com>
Wed, 26 Oct 2016 15:54:47 +0000 (17:54 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 26 Oct 2016 16:04:46 +0000 (18:04 +0200)
wcfsetup/install/files/style/ui/message.scss

index 441bdad11c551630c10d9e9b582a6afcb9448896..3c20f1b9e43bc95385f6cfa0309f186bf935b056 100644 (file)
@@ -35,7 +35,7 @@
        }
        
        > .anchorFixedHeader:target {
-               margin-top: -50px;
+               margin-top: -49px;
                pointer-events: none;
                position: relative;
                z-index: 10;
@@ -48,7 +48,7 @@
                
                > .message {
                        pointer-events: all;
-                       transform: translateY(50px);
+                       transform: translateY(49px);
                }
        }