feat(templates): Add new MDL-themed search result view

This commit is contained in:
Vincent Ambo 2018-05-21 23:50:02 +02:00 committed by Vincent Ambo
parent ef15752b59
commit ff697ff792
2 changed files with 69 additions and 43 deletions

View file

@ -131,3 +131,9 @@ html, body {
.converse .reply-box {
padding-top: 10px;
}
.search-result {
margin: 8px;
}
.search-result .mdl-button {
margin: 3px;
}