mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 13:25:01 +08:00
scss
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
if (_sourceCode.nextSibling.children.length && _sourceCode.nextSibling.children[0].children.length) {
|
||||
hljs.highlightBlock(_sourceCode.nextSibling.children[0].children[0]);
|
||||
}
|
||||
_sourceCode.classList.add('hidden');
|
||||
_sourceCode.setAttribute('hidden', '');
|
||||
|
||||
$scope.doMasonry();
|
||||
}, 0, true, sourceCode);
|
||||
@@ -264,7 +264,7 @@
|
||||
};
|
||||
|
||||
$scope.initMasonry = function() {
|
||||
masonry = new Masonry('main .files .grid', {
|
||||
masonry = new Masonry('main .grid', {
|
||||
itemSelector: '.grid-item',
|
||||
columnWidth: '.grid-sizer',
|
||||
percentPosition: true,
|
||||
|
Reference in New Issue
Block a user