diff --git a/public/style.css b/public/style.css index 679edc1b4..127ff829e 100644 --- a/public/style.css +++ b/public/style.css @@ -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; - } } }