introduce search interface

This commit is contained in:
www
2020-12-07 09:57:30 +00:00
parent 894a99cdef
commit ad36db964e
21 changed files with 32004 additions and 52 deletions

18
static/extra.css Normal file
View File

@@ -0,0 +1,18 @@
.input-group-rounded .input-group-field {
border-radius: 5000px 0 0 5000px;
padding-left: 1rem;
}
.input-group-rounded .input-group-button .button {
border-radius: 0 5000px 5000px 0;
font-size: 0.8rem;
}
.small-thumb img {
width:150px;
height:150px;
}
.media-object-section:first-child {
padding-right:2rem;
}