Fix KG Bookmark sizing and proportions

This commit fixes #4.
The kg bookmark sometimes had weird proportions, depending on the original image size and how long the text to show is. Also, the title was not clamped to 2 lines max.
This commit is contained in:
Lorenzo Dellacà
2020-11-09 19:35:10 +01:00
parent 2aaf12a905
commit deabfa8d93
2 changed files with 19 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.9",
"version": "0.0.10",
"engines": {
"ghost-api": "v3"
},