Update readingtime.js
Change from 'min-width' to hardcoded 40px
This commit is contained in:
parent
f6d2b21d68
commit
52b0e402bb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
const li = document.createElement("li");
|
const li = document.createElement("li");
|
||||||
li.setAttribute("class", "item date");
|
li.setAttribute("class", "item date");
|
||||||
li.style.width = "min-content";
|
li.style.width = "40px";
|
||||||
li.style.minWidth = "40px";
|
li.style.minWidth = "40px";
|
||||||
li.style.overflow = "hidden";
|
li.style.overflow = "hidden";
|
||||||
li.style.textAlign = "right";
|
li.style.textAlign = "right";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue