uBlock/src/css/support.css

69 lines
1.2 KiB
CSS
Raw Normal View History

body {
margin-bottom: 6rem;
}
.body > div {
max-width: 800px;
}
.supportEntry {
display: flex;
margin-top: 1em;
}
:root.mobile .supportEntry {
flex-direction: column;
}
.supportEntry > div:first-of-type {
flex-grow: 1;
}
.supportEntry > div.hasButtons {
align-items: center;
display: flex;
justify-content: space-around;
}
.supportEntry h3 {
margin-top: 0;
}
.e > .supportEntry {
flex-direction: column;
}
.e > .supportEntry > div:not(:first-of-type) {
margin-top: 1em;
}
.e > .supportEntry select {
padding: var(--default-gap-xxsmall);
}
.e > .supportEntry select {
max-width: calc(100% - 1em);
}
body:not(.filterIssue) .body > div.e {
display: none;
}
body.filterIssue .body > div:not(.e) {
display: none;
}
button {
margin-inline-end: 1em;
-webkit-margin-end: 1em;
}
span[data-url] {
color: var(--link-ink);
cursor: pointer;
}
body.redacted #redactButton {
display: none;
}
#unredactButton {
display: none;
}
body.redacted #unredactButton {
display: inline;
}
.cm-string.cm-property {
color: black;
}