2021-10-12 15:19:56 +00:00
|
|
|
body {
|
|
|
|
|
margin-bottom: 6rem;
|
|
|
|
|
}
|
2021-10-13 12:31:04 +00:00
|
|
|
|
2021-11-11 17:49:55 +00:00
|
|
|
.body > div {
|
|
|
|
|
max-width: 800px;
|
|
|
|
|
}
|
2021-11-27 16:58:32 +00:00
|
|
|
h3 {
|
2022-01-30 23:35:26 +00:00
|
|
|
color: var(--fieldset-header-ink);
|
2021-11-27 16:58:32 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2021-10-13 15:18:23 +00:00
|
|
|
.supportEntry {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
2021-11-11 17:49:55 +00:00
|
|
|
:root.mobile .supportEntry {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
2021-12-19 13:13:43 +00:00
|
|
|
.supportEntry > * {
|
|
|
|
|
min-width: 6em;
|
|
|
|
|
}
|
2021-10-13 15:18:23 +00:00
|
|
|
.supportEntry > div:first-of-type {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
2021-11-27 16:58:32 +00:00
|
|
|
:root:not(.mobile) .supportEntry > div:first-of-type {
|
|
|
|
|
margin-inline-end: 2em;
|
|
|
|
|
}
|
2021-10-13 15:18:23 +00:00
|
|
|
.supportEntry h3 {
|
2021-11-27 16:58:32 +00:00
|
|
|
margin: 1em 0;
|
2021-10-13 15:18:23 +00:00
|
|
|
}
|
|
|
|
|
|
2021-11-11 17:49:55 +00:00
|
|
|
.e > .supportEntry {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
.e > .supportEntry > div:not(:first-of-type) {
|
|
|
|
|
margin-top: 1em;
|
|
|
|
|
}
|
2021-11-26 17:23:18 +00:00
|
|
|
.e > .supportEntry select {
|
2021-11-28 12:47:16 +00:00
|
|
|
min-width: 50%;
|
2021-11-11 17:49:55 +00:00
|
|
|
max-width: calc(100% - 1em);
|
|
|
|
|
}
|
|
|
|
|
body:not(.filterIssue) .body > div.e {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
body.filterIssue .body > div:not(.e) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2022-01-31 18:28:43 +00:00
|
|
|
body.filterIssue #moreButton {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2021-11-11 17:49:55 +00:00
|
|
|
|
2021-10-13 15:18:23 +00:00
|
|
|
button {
|
2021-11-27 16:58:32 +00:00
|
|
|
align-self: center;
|
2021-10-13 15:18:23 +00:00
|
|
|
}
|
2021-10-15 18:50:34 +00:00
|
|
|
span[data-url] {
|
|
|
|
|
color: var(--link-ink);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2021-10-13 15:18:23 +00:00
|
|
|
|
|
|
|
|
body.redacted #redactButton {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
#unredactButton {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
body.redacted #unredactButton {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-13 12:31:04 +00:00
|
|
|
.cm-string.cm-property {
|
|
|
|
|
color: black;
|
|
|
|
|
}
|