use bootstrap style alerts, progress bars
All checks were successful
Flask Run Test / Flask-Run-Test (push) Successful in 10s

This commit is contained in:
Andrew K
2026-01-09 13:30:36 +09:00
parent 2be9e51805
commit cc12b95c98
3 changed files with 93 additions and 42 deletions

View File

@@ -35,14 +35,15 @@ body,html {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 50%;
width: 80%;
border: 1px solid rgb(40, 40, 40);
padding-bottom: 40px;
padding: 50px;
}
.form-section {
padding: 15px 0 0 15px;
width: 50%;
width: 100%;
color: var(--light);
flex-shrink: 0;
}
@@ -116,6 +117,8 @@ button[type='button']:hover,
display: flex;
flex-direction: column;
gap: 15px;
padding: 10px;
}
.flashes li {
list-style-type: none;