diff --git a/ChangeLog.md b/ChangeLog.md index c71f52a..af02dbc 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,12 @@ Dialog change log ## ?.?.? / ????-??-?? +## 2.1.1 / 2024-05-06 + +* Fixed [descenders](https://en.wikipedia.org/wiki/Descender) being + cut off on cards + (@thekid) + ## 2.1.0 / 2024-04-28 * Added *LIVE* display inside feed, fixed query problem when images diff --git a/src/main/handlebars/layout.handlebars b/src/main/handlebars/layout.handlebars index 65c1611..fb8e7b7 100755 --- a/src/main/handlebars/layout.handlebars +++ b/src/main/handlebars/layout.handlebars @@ -382,9 +382,9 @@ .card h3 { position: absolute; - inset: auto 1rem 1rem 1rem; + inset: auto 1rem .75rem 1rem; font-size: 1.5rem; - height: 1.5rem; + height: 1.75rem; color: white; overflow: hidden; display: -webkit-box;