Place the search bar in the center of the Dashboard

Good day you guys,

I’m new to utilizing Nextcloud for studying. Could you please tell me how to relocate the search bar to the middle of the screen when you login to a web browser? Just like bellow photo :

1948ef13b22125f471486621ba926e5c3db5bad8

Thanks you very much!

Server configuration
Operating system: Centos Steam 8
Kernel: Linux 4.18.0-338.el8.x86_64
Architecture: x86-64
Web server:
Server version: Apache/2.4.37 (centos)

Database:
MariaDB

PHP version:
7.4.19

Nextcloud version: (see Nextcloud admin page): 22.2.0

Updated from an older Nextcloud/own Cloud or fresh install: Fresh

Where did you install Nextcloud from: Plesk
Who is same feature request please reaction Like

Hi,

you can find our getting started docs at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/index.html.

Then you can dig into the code of the dashboard app, which you’ll find at server/apps/dashboard at master · nextcloud/server · GitHub

Dev setup for server and the compilation process is documented at https://github.com/nextcloud/server/#development-setup-

Happy hacking