]> git.scottworley.com Git - vopamoi/commitdiff
The tag-input box appearing should not move other tasks' tags around
authorScott Worley <scottworley@scottworley.com>
Thu, 27 Jan 2022 20:40:30 +0000 (12:40 -0800)
committerScott Worley <scottworley@scottworley.com>
Thu, 27 Jan 2022 20:40:30 +0000 (12:40 -0800)
vopamoi.css

index 814de513a35dddd9b8b8f8035b96e75530d52bc6..9f4469c367b127851cf79d76555181e0721d3a2b 100644 (file)
@@ -4,7 +4,9 @@ input {
 .tag {
   float: right;
   margin-left: 1em;
+  font-size: 85%;
 }
 input.tag {
   width: 7em;
+  border: none;
 }