v0.28.1
Remove font-weight associated with instance info button, which made the icon look ghastly in Chrome.
This commit is contained in:
parent
f405f509c4
commit
9bf6194b09
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -673,7 +673,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "libreddit"
|
||||
version = "0.28.0"
|
||||
version = "0.28.1"
|
||||
dependencies = [
|
||||
"askama",
|
||||
"brotli",
|
||||
|
@ -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.28.0"
|
||||
version = "0.28.1"
|
||||
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
@ -181,7 +181,6 @@ body > footer {
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
font-size: 300%;
|
||||
font-weight: bold;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user