He warned me. I didn't listen.
This commit is contained in:
parent
791ce3da86
commit
abb186db01
|
@ -1633,6 +1633,11 @@ body[data-stscript-style] .hljs.language-stscript {
|
|||
gap: 0.5em;
|
||||
display: contents;
|
||||
|
||||
>.stopgap {
|
||||
opacity: 0.75;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@container (max-width: 80em) {
|
||||
.specs {
|
||||
grid-column: 2 / 4;
|
||||
|
@ -1644,6 +1649,10 @@ body[data-stscript-style] .hljs.language-stscript {
|
|||
opacity: 0.75;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
>.stopgap {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
&.blank {
|
||||
|
@ -1723,10 +1732,6 @@ body[data-stscript-style] .hljs.language-stscript {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
>.stopgap {
|
||||
opacity: 0.75;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue