From ab886d1e672302737b0826981590c99d768ccd3e Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sat, 20 Mar 2021 13:03:05 -0700 Subject: [PATCH] Fix #155 --- Cargo.toml | 4 ++-- static/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5451be..c237af8 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.5.4" +version = "0.5.5" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2018" @@ -20,6 +20,6 @@ hyper = { version = "0.14.4", features = ["full"] } hyper-rustls = "0.22.1" route-recognizer = "0.3.0" serde_json = "1.0.64" -tokio = { version = "1.3.0", features = ["full"] } +tokio = { version = "1.4.0", features = ["full"] } time = "0.2.26" url = "2.2.1" diff --git a/static/style.css b/static/style.css index 7f0f5e4..ad8f169 100644 --- a/static/style.css +++ b/static/style.css @@ -1219,9 +1219,9 @@ td, th { /* .thread { margin-left: -5px; } */ .comment_right { padding: 5px 0 10px 2px; } - .comment_author { margin-left: 5px; } + .comment_author { margin-left: 12px; } .comment_data { margin-left: 12px; } - .comment_data::marker { font-size: 22px; } + .comment_data::marker { font-size: 25px; } .created { width: 100%; } .comment_score {