diff --git a/Cargo.lock b/Cargo.lock index a148983..dd06672 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,7 +608,7 @@ checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" [[package]] name = "libreddit" -version = "0.19.0" +version = "0.19.1" dependencies = [ "askama", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 92d2587..1ce7a72 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.19.0" +version = "0.19.1" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2018" diff --git a/static/style.css b/static/style.css index c1edc5e..8d22a52 100644 --- a/static/style.css +++ b/static/style.css @@ -1191,6 +1191,12 @@ input[type="submit"] { color: var(--accent); } +.helper { + padding: 10px; + width: 250px; + background: var(--highlighted) !important; +} + /* Markdown */ .md { diff --git a/templates/settings.html b/templates/settings.html index 42b1045..0ca2b64 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -60,7 +60,12 @@
- +