From 8b8f55e09aeafdeaaa81404f83a09c58c9d65bac Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Fri, 31 Dec 2021 10:42:44 -0800 Subject: [PATCH] Fix sort button scrollbars --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 4 ++-- static/style.css | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d77984..5a1ab13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -182,9 +182,9 @@ dependencies = [ [[package]] name = "cookie" -version = "0.16.0-rc.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "188a7c2ae2a1026b9831889fd6461db5d33c4f6d54d6f862bd8b81a2fcefbdba" +checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05" dependencies = [ "time", "version_check", @@ -412,13 +412,13 @@ dependencies = [ [[package]] name = "http" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b" +checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" dependencies = [ "bytes", "fnv", - "itoa 0.4.8", + "itoa 1.0.1", ] [[package]] @@ -554,7 +554,7 @@ checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" [[package]] name = "libreddit" -version = "0.21.4" +version = "0.21.5" dependencies = [ "askama", "async-recursion", @@ -712,9 +712,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pin-project-lite" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" +checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" [[package]] name = "pin-utils" @@ -1135,9 +1135,9 @@ dependencies = [ [[package]] name = "version_check" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" +checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "waker-fn" diff --git a/Cargo.toml b/Cargo.toml index f42f6ef..abdf566 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.21.4" +version = "0.21.5" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2021" @@ -14,7 +14,7 @@ cached = "0.26.2" clap = { version = "2.34.0", default-features = false } regex = "1.5.4" serde = { version = "1.0.132", features = ["derive"] } -cookie = "0.16.0-rc.1" +cookie = "0.16.0" futures-lite = "1.12.0" hyper = { version = "0.14.16", features = ["full"] } hyper-rustls = "0.23.0" diff --git a/static/style.css b/static/style.css index 03c159a..92ef7c2 100644 --- a/static/style.css +++ b/static/style.css @@ -597,7 +597,7 @@ button.submit:hover > svg { stroke: var(--accent); } box-shadow: var(--shadow); background: var(--outside); display: flex; - overflow: auto; + overflow: hidden; } #sort_options > a, footer > a {