🥚 refactor: show word count as reading time tooltip
This commit is contained in:
@@ -127,3 +127,9 @@ table tbody tr:nth-child(even) {
|
||||
.meta span::before {
|
||||
content: attr(reading-time);
|
||||
}
|
||||
|
||||
.meta span.reading-time span.word-count {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 61em; /* adjust this value as needed */
|
||||
}
|
||||
|
Reference in New Issue
Block a user