Merge pull request #27856 from nextcloud/backport/27844/stable22

[stable22] Make search popup usable on mobile, too
This commit is contained in:
John Molakvoæ 2021-07-08 16:27:03 +02:00 committed by GitHub
commit 3dd1b95f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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);
@ -193,7 +193,7 @@ export default {
&__carret {
position: absolute;
right: 10px;
right: 165px;
bottom: 100%;
width: 0;
height: 0;