Add functional research bar

This commit is contained in:
2023-12-11 14:54:39 +01:00
parent cb5affab48
commit c178556a2e
2 changed files with 56 additions and 17 deletions

View File

@ -0,0 +1,17 @@
#app img
{
max-height: 100px;
max-width: 100px;
}
#app ul
{
margin: 5px 0 0 0;
padding: 0 0 0 0;
list-style-type: none;
}
#app li
{
margin: 10px 10px 0 0;
}