feat(index): add character search screen
This commit is contained in:
parent
4d63acf21d
commit
46f3f24c4f
9 changed files with 449 additions and 5 deletions
11
static/css/index.css
Normal file
11
static/css/index.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#select-realm {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
#results {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#results td {
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue