Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
703e6b6356 | ||
|
|
2c545cd1b0 |
Generated
+1
-1
@@ -2948,7 +2948,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "portal"
|
name = "portal"
|
||||||
version = "0.3.11"
|
version = "0.3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "portal"
|
name = "portal"
|
||||||
version = "0.3.11"
|
version = "0.3.12"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
@@ -499,6 +499,11 @@ main.not-found {
|
|||||||
margin-top: 0.4rem;
|
margin-top: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* display:block above would beat the hidden attribute */
|
||||||
|
.voice-preview[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* links inside markdown descriptions */
|
/* links inside markdown descriptions */
|
||||||
.alt-description a,
|
.alt-description a,
|
||||||
.feature p a {
|
.feature p a {
|
||||||
|
|||||||
Reference in New Issue
Block a user