diff options
author | cyfraeviolae <cyfraeviolae> | 2024-04-03 12:16:26 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2024-04-03 12:16:26 -0400 |
commit | aaf5ab84eb155a0f76719a2d5253272c5053d247 (patch) | |
tree | a9524f291bfe53fd89bb016b58d6482e6be8beee /static | |
parent | 55cca54a61fdab15b3733dca7334996618b014ff (diff) |
removing
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index cce5d61..d0f3e5e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -32,3 +32,12 @@ input { .when { width: fit-content; } + +.remove { + margin-left: 1.5em; + display: inline; +} + +.join-input { + width: 40%; +} |