Compare commits
2 Commits
bb3e18519f
...
0b1f806276
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b1f806276 | |||
| 0482713241 |
911
Cargo.lock
generated
911
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -29,7 +29,3 @@ anyhow = "1.0.79"
|
|||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
linkify = "0.10.0"
|
linkify = "0.10.0"
|
||||||
|
|
||||||
[dependencies.rocket_contrib]
|
|
||||||
version = "0.4.11"
|
|
||||||
default-features = false
|
|
||||||
features = ["json"]
|
|
||||||
|
|||||||
@ -23,7 +23,6 @@ notmuch = {path = "../notmuch"}
|
|||||||
shared = {path = "../shared"}
|
shared = {path = "../shared"}
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
|
serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
|
||||||
wasm-timer = "0.2.5"
|
|
||||||
chrono = "0.4.31"
|
chrono = "0.4.31"
|
||||||
graphql_client = "0.13.0"
|
graphql_client = "0.13.0"
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.50"
|
||||||
|
|||||||
@ -126,13 +126,13 @@ iframe {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@keyframes spin {
|
@keyframes spin {
|
||||||
from {
|
from {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
@ -190,8 +190,7 @@ input::placeholder,
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-results td.subject {
|
.search-results td.subject {}
|
||||||
}
|
|
||||||
|
|
||||||
.search-results .subject .tag {}
|
.search-results .subject .tag {}
|
||||||
|
|
||||||
@ -239,6 +238,11 @@ display: none;
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
.desktop .main-content {
|
.desktop .main-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 12rem 1fr;
|
grid-template-columns: 12rem 1fr;
|
||||||
@ -281,8 +285,9 @@ display: none;
|
|||||||
margin: .25em;
|
margin: .25em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment .card-content {
|
.attachment .card-content {
|
||||||
padding: 0.5rem 1.5rem;
|
padding: 0.5rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.spam {
|
.button.spam {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user