Skip to content

Commit

Permalink
Fix descenders being cut off on cards
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed May 6, 2024
1 parent dc4a7d7 commit 80f527c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/main/handlebars/layout.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 80f527c

Please sign in to comment.