He warned me. I didn't listen.

This commit is contained in:
Cohee 2024-06-22 00:46:14 +03:00
parent 791ce3da86
commit abb186db01
1 changed files with 9 additions and 4 deletions

View File

@ -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;
}
}
}