Compare commits

...

2 Commits

Author SHA1 Message Date
96be74e3ee Bumping version to 0.0.18 2024-09-12 15:32:30 -07:00
b78d34b27e web: disable bulma styling for .number 2024-09-12 15:32:18 -07:00
7 changed files with 25 additions and 10 deletions

10
Cargo.lock generated
View File

@ -2111,7 +2111,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "letterbox"
version = "0.0.17"
version = "0.0.18"
dependencies = [
"build-info",
"build-info-build",
@ -2516,7 +2516,7 @@ dependencies = [
[[package]]
name = "notmuch"
version = "0.0.17"
version = "0.0.18"
dependencies = [
"itertools 0.10.5",
"log",
@ -3121,7 +3121,7 @@ dependencies = [
[[package]]
name = "procmail2notmuch"
version = "0.0.17"
version = "0.0.18"
dependencies = [
"anyhow",
]
@ -3908,7 +3908,7 @@ dependencies = [
[[package]]
name = "server"
version = "0.0.17"
version = "0.0.18"
dependencies = [
"ammonia",
"anyhow",
@ -3994,7 +3994,7 @@ dependencies = [
[[package]]
name = "shared"
version = "0.0.17"
version = "0.0.18"
dependencies = [
"build-info",
"notmuch",

View File

@ -1,6 +1,6 @@
[package]
name = "notmuch"
version = "0.0.17"
version = "0.0.18"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "procmail2notmuch"
version = "0.0.17"
version = "0.0.18"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.0.17"
version = "0.0.18"
edition = "2021"
default-run = "server"

View File

@ -1,6 +1,6 @@
[package]
name = "shared"
version = "0.0.17"
version = "0.0.18"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,5 +1,5 @@
[package]
version = "0.0.17"
version = "0.0.18"
name = "letterbox"
repository = "https://github.com/seed-rs/seed-quickstart"
authors = ["Bill Thiede <git@xinu.tv>"]

View File

@ -9,6 +9,21 @@
padding: inherit !important;
}
.body.news-post .number {
align-items: inherit;
background-color: inherit;
border-radius: inherit;
display: inherit;
font-size: inherit;
height: inherit;
justify-content: inherit;
margin-right: inherit;
min-width: inherit;
padding: inherit;
text-align: inherit;
vertical-align: inherit;
}
.body.news-post.site-saturday-morning-breakfast-cereal {
display: flex;
align-items: center;