diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-30 01:48:47 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-30 01:48:47 -0400 |
| commit | 70c7532c8a6472f61eedd4661a172d70bc50184e (patch) | |
| tree | 0c33849a008f1ac0bf3e30cf374731544c5541ed /src/client/views/search/SearchItem.scss | |
| parent | 9f37f932586dc213e0640e1186e5d43d9d73d734 (diff) | |
added drag off of context search results. add fit to contents for preview of collections in search.
Diffstat (limited to 'src/client/views/search/SearchItem.scss')
| -rw-r--r-- | src/client/views/search/SearchItem.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/search/SearchItem.scss b/src/client/views/search/SearchItem.scss index b3472ddec..fa4c9cb38 100644 --- a/src/client/views/search/SearchItem.scss +++ b/src/client/views/search/SearchItem.scss @@ -122,7 +122,6 @@ .search-label { font-size: 10; - padding: 5px; position: relative; right: 0px; text-transform: capitalize; @@ -174,10 +173,15 @@ -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); - // height: 100% } } .search-overview:hover { z-index: 1; +} +.collection { + display:flex; +} +.collection-item { + width:35px; }
\ No newline at end of file |
