Fix nextcloud file app plus menu by moving create md file to last position

Simó Albert i Beltran 2021-12-02 06:44:22 +01:00
parent 566f36eee6
commit 5ff5db3bfd
1 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,14 @@
<?php emit_css_loading_tags($_); ?>
<?php emit_script_loading_tags($_); ?>
<?php print_unescaped($_['headers']); ?>
<style>
/*
* Move "New text document" to last position of file app plus menu
*/
.newFileMenu > ul:nth-child(1) > li:nth-child(3) {
order: 1;
}
</style>
</head>
<body id="<?php p($_['bodyid']);?>">
<?php include 'layout.noscript.warning.php'; ?>