aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 10:55:56 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 10:55:56 +0500
commiteb9a39c5c471702f773aafe4cd47ba6375b5b7f3 (patch)
tree190d4a7be2068622c848dd6fe148cab76b655e32 /index.html
parentMakefile: add test (diff)
downloadvoid-eb9a39c5c471702f773aafe4cd47ba6375b5b7f3.tar.gz
void-eb9a39c5c471702f773aafe4cd47ba6375b5b7f3.zip
index.html: prevent button jumps
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.html b/index.html
index 9ce3b24..460f771 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,13 @@ html, body {
text-align: center;
min-height: 100vh;
}
+
+/* This is cool: https://stackoverflow.com/a/33298969/514684
+ * Makes sure the button doesn't jump up. */
+#note:empty:after {
+ content: '\200B';
+ visibility: hidden;
+}
</style>
</head>
<body>