commento.js: run nameWidthFix after elements are visible
This commit is contained in:
parent
5b6d31ce31
commit
b67d2ba58c
@ -1826,9 +1826,9 @@
|
|||||||
rootCreate(function() {
|
rootCreate(function() {
|
||||||
commentsRender();
|
commentsRender();
|
||||||
append(root, footer);
|
append(root, footer);
|
||||||
nameWidthFix();
|
|
||||||
loadHash();
|
loadHash();
|
||||||
global.allShow();
|
global.allShow();
|
||||||
|
nameWidthFix();
|
||||||
call(callback);
|
call(callback);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #555;
|
color: #555;
|
||||||
border: none;
|
border: none;
|
||||||
display: block;
|
display: table;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-left: 48px;
|
margin-left: 48px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user