We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab76e8e commit 3c0d338Copy full SHA for 3c0d338
js/script.js
@@ -124,10 +124,12 @@ $('#navigation').click(function () {
124
if ($sidemenu.hasClass('active')) {
125
$sidemenu.css('right', (100 - sidemenu_percent) + '%');
126
$workspace.css('left', sidemenu_percent + '%');
127
+ $('.github-fork-ribbon').css('visibility', 'visible');
128
} else {
129
sidemenu_percent = $workspace.position().left / $('body').width() * 100;
130
$sidemenu.css('right', 0);
131
$workspace.css('left', 0);
132
+ $('.github-fork-ribbon').css('visibility', 'hidden');
133
}
134
_tracer.resize();
135
});
0 commit comments