]> git.mxchange.org Git - friendica.git/commitdiff
frio: scrollspy info - forgot to change all classes
authorrabuzarus <>
Sun, 12 Jun 2016 18:34:41 +0000 (20:34 +0200)
committerrabuzarus <>
Sun, 12 Jun 2016 18:34:41 +0000 (20:34 +0200)
view/theme/frio/js/theme.js

index 04e611d9536544b38a51c1ee69ca963bca9d85d5..8babb0805addbe667ec025cbd67358c7351617c2 100644 (file)
@@ -155,10 +155,10 @@ $(document).ready(function(){
        $(".search-content-wrapper #search-save-form ").appendTo("#topbar-second > .container > #navbar-button");
 
        // append the vcard-short-info to the second nav after passing the element
-       // with .p-addr (vcard). Use scrollspy to get the scroll position.
+       // with .fn (vcard username). Use scrollspy to get the scroll position.
        if( $("aside .vcard .fn").length) {
                $(".vcard .fn").scrollspy({
-                       min: $(".vcard .p-addr").position().top - 70,
+                       min: $(".vcard .fn").position().top - 50,
                        onLeaveTop: function onLeave(element) {
                                $("#vcard-short-info").fadeOut(500, function () {
                                        $("#vcard-short-info").appendTo("#vcard-short-info-wrapper");