From b67d2ba58c11c89de0cb3c89869ec469978d18cb Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 1 May 2019 18:15:23 -0400 Subject: [PATCH] commento.js: run nameWidthFix after elements are visible --- frontend/js/commento.js | 2 +- frontend/sass/commento-card.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/js/commento.js b/frontend/js/commento.js index 020281c..b5c423c 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -1826,9 +1826,9 @@ rootCreate(function() { commentsRender(); append(root, footer); - nameWidthFix(); loadHash(); global.allShow(); + nameWidthFix(); call(callback); }); }); diff --git a/frontend/sass/commento-card.scss b/frontend/sass/commento-card.scss index 38fdde0..3616fa1 100644 --- a/frontend/sass/commento-card.scss +++ b/frontend/sass/commento-card.scss @@ -21,7 +21,7 @@ font-size: 14px; color: #555; border: none; - display: block; + display: table; z-index: 1; margin-left: 48px; white-space: nowrap;