This commit is contained in:
spikecodes 2021-03-20 13:03:05 -07:00
parent dc7e087ed0
commit ab886d1e67
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
2 changed files with 4 additions and 4 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.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"

View File

@ -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 {