boot.jsエラー画面の不要な項目が表示されないように

This commit is contained in:
kakkokari-gtyih
2024-06-03 09:51:40 +09:00
parent ac5d293a99
commit 8513114a9c
2 changed files with 7 additions and 3 deletions

View File

@@ -174,7 +174,7 @@
<p>Update your os and browser / ブラウザおよびOSを最新バージョンに更新する</p>
<p>Disable an adblocker / アドブロッカーを無効にする</p>
<p>&#40;Tor Browser&#41; Set dom.webaudio.enabled to true / dom.webaudio.enabledをtrueに設定する</p>
<details style="color: #86b300;">
<details class="hide-when-embed" style="color: #86b300;">
<summary>Other options / その他のオプション</summary>
<a href="/flush">
<button class="button-small">
@@ -228,6 +228,10 @@
text-align: center;
}
html.embed .hide-when-embed {
display: none;
}
button {
border-radius: 999px;
padding: 0px 12px 0px 12px;