v0.29.3 -- fix layout bugs on mobile

Addresses the following layout bugs in mobile view:

* improper rendering of award images on posts
* upvote ratio no longer appearing on bottom-right corner of post as
  before
* Reddit warning pop-up background cut off at bottom of page

Fixes #713.
This commit is contained in:
Daniel Valentine 2023-02-14 20:07:51 -07:00
parent a05cfe60fe
commit 35504eda14
No known key found for this signature in database
GPG key ID: C82492E4FF813823
3 changed files with 4 additions and 5 deletions

View file

@ -3,7 +3,7 @@ name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
version = "0.29.2"
version = "0.29.3"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2021"