update dependencies, fixes to support new authentication features
[websub-hub] / static / theme.css
index 4987191f2f66a68fdca7a234890caabc9718553c..3939c55a07fd43f0c923c4a1577cc7c84516f186 100644 (file)
@@ -1,4 +1,3 @@
-* {}
 html {
        height: 100vh;
 }
@@ -58,10 +57,20 @@ section {}
 section + section {
        margin-top: 2em;
 }
+.logo {
+       vertical-align: middle;
+       height: 2em;
+}
 .about {}
 .usage {}
+.copyright {
+       font-size: small;
+}
 .topics {}
 .subscriptions {}
+.history img {
+       width: 100%;
+}
 .external {
        background-image: url("external-link.svg");
        background-position: right center;
@@ -77,6 +86,9 @@ section + section {
 .errors ul {
        border: 1px solid red;
 }
+.otp-key-qr svg {
+       height: 30vh;
+}
 table {
        border: 0;
        width: 100%;