mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Make search popup usable on mobile, too
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
This commit is contained in:
parent
d4618e9ef8
commit
d30aa525ee
3 changed files with 5 additions and 5 deletions
4
core/js/dist/unified-search.js
vendored
4
core/js/dist/unified-search.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/unified-search.js.map
vendored
2
core/js/dist/unified-search.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue