aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/client.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index 4e0712e..3bcc493 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -68,6 +68,10 @@
animation: error_blink 3s ease-in-out infinite;
}
+#client_secondfactor {
+ display: block;
+}
+
#client_loading {
display: block;
flex-direction: column;
@@ -703,4 +707,4 @@
.hrtext:after {
left: 0.5em;
margin-right: -50%;
-} \ No newline at end of file
+}