From abb186db01e9244c67f678f482db4bf01708807a Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 22 Jun 2024 00:46:14 +0300 Subject: [PATCH] He warned me. I didn't listen. --- public/style.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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; - } } }