Add functional research bar
This commit is contained in:
17
frontend/static/css/search.css
Normal file
17
frontend/static/css/search.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user