feat(index): add styling to realm select

This commit is contained in:
Axel Cocat 2022-02-26 14:59:17 +01:00
parent 08bb89568d
commit 9c56c55ac8
2 changed files with 23 additions and 6 deletions

View file

@ -13,3 +13,12 @@
#results_processing {
height: 70px;
}
#select-realm-container {
display: flex;
}
#select-realm-container .realm-label {
align-self: center;
margin-right: 4px;
}