Skip to content

Commit

Permalink
Merge pull request #27857 from nextcloud/backport/27844/stable21
Browse files Browse the repository at this point in the history
[stable21] Make search popup usable on mobile, too
  • Loading branch information
Pytal authored Jul 7, 2021
2 parents 237b137 + 206ba30 commit b4e06e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 b4e06e4

Please sign in to comment.