Fixed report issues.

This commit is contained in:
Mike Cao 2023-06-23 01:19:08 -07:00
parent 414854b064
commit 79856867fb
8 changed files with 1199 additions and 2112 deletions

View file

@ -1,8 +1,14 @@
.form {
position: absolute;
background: var(--base50);
width: 300px;
padding: 30px;
margin-top: 10px;
border: 1px solid var(--base400);
border-radius: var(--border-radius);
box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.input {
width: 100%;
}