From 6661acd188abf0b8009f380508e78c2b290cf989 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 13 Apr 2021 19:08:52 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Setting=20up=20Nex?= =?UTF-8?q?tcloud=20and=20sncf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Setting-up-Nextcloud-and-sncf.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Setting-up-Nextcloud-and-sncf.md b/Setting-up-Nextcloud-and-sncf.md index efe1815..0f9d924 100644 --- a/Setting-up-Nextcloud-and-sncf.md +++ b/Setting-up-Nextcloud-and-sncf.md @@ -70,6 +70,10 @@ Note: This process has been followed on Nextcloud 19.0.1 with Nextcloud Forms 2. display:none !important; } +#appmenu > li[data-id="files"] { + display:none !important; +} + ``` ⚠️ This will hide the user menu from your interface to provide a better end-user experience (the routes will be restricted anyway). If you need to re-enable your icons for some time, go to `http://your-instance-url/settings/user`, then Theming section again, then comment out this CSS code and save. Note that this will affect all users. If you don't want that, tweak your own CSS.