Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-30 20:34:24 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-30 20:34:24 +0400
commite0d7de6c203cc937809dd90f3458b9e837fda667 (patch)
treeda1e17845ed79c417ae929c4a777d3d77e8ec43e /appinfo
parent9cf3d930bc12dedfe921d01bf7034678d42f99d0 (diff)
hide search function on mobile to save space in breadcrumb bar
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 192dbe6..e778182 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -4,6 +4,7 @@
if (\OCP\User::isLoggedIn()) {
OCP\Util::addStyle('files_texteditor', 'DroidSansMono/stylesheet');
OCP\Util::addStyle('files_texteditor', 'style');
+ OCP\Util::addStyle('files_texteditor', 'mobile');
OCP\Util::addscript('files_texteditor', 'editor');
OCP\Util::addscript('files_texteditor', 'vendor/ace/src-noconflict/ace');
}