summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/style.css b/style.css
index b14c105..39b60fd 100644
--- a/style.css
+++ b/style.css
@@ -126,7 +126,7 @@ table td.title {
align-content: center;
background: rgba(0,0,0,0.05);
}
-#loader.hidden {
+#loader.hide {
display: none;
}
@@ -169,3 +169,8 @@ table td.title {
.center {
text-align: center;
}
+
+noscript textarea {
+ min-width: 400px;
+ min-height: 300px;
+}