Sha256: e363c4a6c0528b370034a7266ffabf303db27aea46e817803cbd3ddac1706001

Contents?: true

Size: 305 Bytes

Versions: 12

Compression:

Stored size: 305 Bytes

Contents

function navbarPadding(el) {
    var navbar = document.getElementById('navbar');
    el.style.paddingTop = navbar.offsetHeight.toString() + "px";
    navbar.classList.add("is-fixed");
}

var container = document.getElementsByClassName("container")[0];

container.onload = navbarPadding(container);

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
jekyll-theme-buttery-biscuit-0.3.7 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.3.6 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.3.5 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.3.4 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.3.3 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.3.2 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.3.1 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.3.0 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.2.2 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.2.1 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.2.0 assets/js/fixednavbar.js
jekyll-theme-buttery-biscuit-0.1.0 assets/js/fixednavbar.js