Skip to content

Commit

Permalink
Merge pull request #27856 from nextcloud/backport/27844/stable22
Browse files Browse the repository at this point in the history
[stable22] Make search popup usable on mobile, too
  • Loading branch information
skjnldsv authored Jul 8, 2021
2 parents 2054614 + c5d518c commit 3dd1b95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/js/dist/unified-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/js/dist/unified-search.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/src/components/HeaderMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default {
position: absolute;
z-index: 2000;
top: 50px;
right: 5px;
right: -150px;
box-sizing: border-box;
margin: 0;
border-radius: 0 0 var(--border-radius) var(--border-radius);
Expand All @@ -193,7 +193,7 @@ export default {

&__carret {
position: absolute;
right: 10px;
right: 165px;
bottom: 100%;
width: 0;
height: 0;
Expand Down

0 comments on commit 3dd1b95

Please sign in to comment.