remove text
All checks were successful
Build and publish CMBA rulebooks (Gitea) / build-release (push) Successful in 12s
All checks were successful
Build and publish CMBA rulebooks (Gitea) / build-release (push) Successful in 12s
This commit is contained in:
2
.github/workflows/release-docs.yml
vendored
2
.github/workflows/release-docs.yml
vendored
@@ -32,8 +32,6 @@ jobs:
|
||||
echo '<script>'
|
||||
cat src/quote.js
|
||||
echo '</script>'
|
||||
echo '<style>'
|
||||
echo '</style>'
|
||||
} > build/after-body.html
|
||||
|
||||
- name: Build artifacts
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
btn.textContent = "";
|
||||
btn.innerHTML = `
|
||||
<span class="quote-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Quote</span>
|
||||
`;
|
||||
btn.addEventListener("click", (e) => {
|
||||
e.preventDefault();
|
||||
|
||||
@@ -243,6 +243,11 @@ pre code{
|
||||
<path fill='currentColor' d='M96 224c0-35.3 28.7-64 64-64h32V64H160C71.6 64 0 135.6 0 224v64c0 70.7 57.3 128 128 128h32V288h-32c-17.7 0-32-14.3-32-32v-32zm256 0c0-35.3 28.7-64 64-64h32V64h-32c-88.4 0-160 71.6-160 160v64c0 70.7 57.3 128 128 128h32V288h-32c-17.7 0-32-14.3-32-32v-32z'/>\
|
||||
</svg>");
|
||||
}
|
||||
.quote-btn {
|
||||
margin-left:.5rem;
|
||||
font-size:.8em;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
/* Small-screen polish */
|
||||
@media (max-width: 520px){
|
||||
|
||||
Reference in New Issue
Block a user