be mindful style for summary applies only to our details field
This commit is contained in:
parent
fde9187832
commit
2c92593553
2
go.mod
2
go.mod
|
@ -11,3 +11,5 @@ require (
|
|||
humungus.tedunangst.com/r/go-sqlite3 v1.1.3
|
||||
humungus.tedunangst.com/r/webs v0.6.63
|
||||
)
|
||||
|
||||
replace humungus.tedunangst.com/r/webs => ../webs
|
||||
|
|
|
@ -52,7 +52,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
|
|||
</header>
|
||||
<p>
|
||||
<details class="noise" {{ .Open }} >
|
||||
<summary>{{ .HTPrecis }}<p></summary>
|
||||
<summary class="noise">{{ .HTPrecis }}<p></summary>
|
||||
<p>{{ .HTPrecis }}
|
||||
<p class="content">{{ .HTML }}
|
||||
{{ with .Time }}
|
||||
|
|
|
@ -309,7 +309,7 @@ input[type=file] {
|
|||
.limited details.actions summary {
|
||||
color: var(--fg-limited);
|
||||
}
|
||||
details.noise[open] summary {
|
||||
details.noise[open] summary.noise {
|
||||
display: none;
|
||||
}
|
||||
h1, h2 {
|
||||
|
|
Loading…
Reference in New Issue