feat(index): add character search screen

This commit is contained in:
Axel Cocat 2022-01-19 21:44:14 +01:00
parent 4d63acf21d
commit 46f3f24c4f
9 changed files with 449 additions and 5 deletions

11
static/css/index.css Normal file
View file

@ -0,0 +1,11 @@
#select-realm {
margin-bottom: 16px;
}
#results {
width: 100% !important;
}
#results td {
text-align: center;
}