1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-04-24 10:39:31 +02:00

Mise à jour de 'Setting up Nextcloud and sncf'

neil 2021-04-13 19:08:52 +00:00
parent bcdb5ed982
commit 6661acd188

@ -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.