diff options
author | jan <jan@ruken.pw> | 2015-12-30 15:26:11 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-30 15:26:11 (UTC) |
commit | b203f34144896436db3925c63b3c91bda59f7e77 (patch) | |
tree | 475c0181a32246361dcdae1010e5b057bf819ffe /assets | |
parent | 635e1285e33a8048c989b207f9352757729613cd (diff) |
fick mein leben.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/list.css | 5 | ||||
-rw-r--r-- | assets/css/search.css | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/list.css b/assets/css/list.css index 601f69b..7e6dde9 100644 --- a/assets/css/list.css +++ b/assets/css/list.css | |||
@@ -24,9 +24,4 @@ | |||
24 | background-size: cover; | 24 | background-size: cover; |
25 | width: 64px; | 25 | width: 64px; |
26 | height: 64px; | 26 | height: 64px; |
27 | } | ||
28 | |||
29 | .search-results { | ||
30 | top: -50px; | ||
31 | z-index: 2; | ||
32 | } \ No newline at end of file | 27 | } \ No newline at end of file |
diff --git a/assets/css/search.css b/assets/css/search.css index 174b276..6bca026 100644 --- a/assets/css/search.css +++ b/assets/css/search.css | |||
@@ -1,3 +1,8 @@ | |||
1 | .collection .collection-item.avatar { | 1 | .collection .collection-item.avatar { |
2 | min-height: 64px !important; | 2 | min-height: 64px !important; |
3 | } | ||
4 | |||
5 | .search-results { | ||
6 | top: -50px; | ||
7 | z-index: 2; | ||
3 | } \ No newline at end of file | 8 | } \ No newline at end of file |