]> git.scottworley.com Git - vopamoi/blobdiff - vopamoi.css
Full-width input box
[vopamoi] / vopamoi.css
diff --git a/vopamoi.css b/vopamoi.css
new file mode 100644 (file)
index 0000000..d8365cb
--- /dev/null
@@ -0,0 +1,3 @@
+input {
+  width: calc(100% - 8px); /* 8px to account for the default padding and border */
+}