diff --git a/index.html b/index.html
index d505db85..66eec077 100644
--- a/index.html
+++ b/index.html
@@ -101,6 +101,27 @@
text-align: center;
}
+ #statusError {
+ display: none;
+ margin-top: 1em;
+ font-size: calc(1vw + 1vh + 1vmin);
+ line-height: 2;
+ width: 100%;
+ text-align: center;
+ }
+
+ #statusStack {
+ display: none;
+ margin-top: 1em;
+ font-size: calc((1vw + 1vh + 1vmin) / 2.5);
+ width: calc(100vw - 5em);
+ padding: 1em;
+ text-overflow: ellipsis;
+ overflow-x: hidden;
+ text-align: left;
+ line-height: 2;
+ }
+
@media (prefers-reduced-motion) {
#throbber {
animation: none !important;
@@ -135,6 +156,8 @@
+