diff --git a/Cargo.lock b/Cargo.lock index 8675964..7b78f81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "libreddit" -version = "0.29.2" +version = "0.29.3" dependencies = [ "askama", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 74988a5..8c598cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/static/style.css b/static/style.css index 7795882..52a5b4d 100644 --- a/static/style.css +++ b/static/style.css @@ -1613,10 +1613,9 @@ td, th { .popup { width: auto; - bottom: 10vh; } - .popup-inner > a, h1, p, img { - width: 100%; + .popup-inner { + max-width: 80%; } }