ai tags: fix add/remove button size.

Fix it so the Add/Remove button stays the same size and doesn't shift
the layout when transitioning between states.
This commit is contained in:
evazion
2022-06-26 01:28:56 -05:00
parent 54e2bbd86b
commit 5795a651f1

View File

@@ -108,6 +108,7 @@ a, button, input[type="submit"] {
/* A small button. */
&.button-sm {
padding: 0.25em 1em;
height: 24px;
}
/* A medium button. */