feat(index): add styling to realm select
This commit is contained in:
parent
08bb89568d
commit
9c56c55ac8
2 changed files with 23 additions and 6 deletions
|
|
@ -13,3 +13,12 @@
|
|||
#results_processing {
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
#select-realm-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#select-realm-container .realm-label {
|
||||
align-self: center;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue