Implement tag search

This commit is contained in:
Sascha Ißbrücker
2019-06-30 19:54:33 +02:00
parent 4658ec9d7b
commit ff68d2591f
5 changed files with 31 additions and 11 deletions

View File

@@ -1,3 +1,10 @@
.bookmarks-page {
.search input[type=search] {
width: 200px;
}
}
ul.bookmark-list {
list-style: none;