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:
Diffstat (limited to 'css/mobile.css')
-rw-r--r--css/mobile.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/mobile.css b/css/mobile.css
new file mode 100644
index 0000000..081c58c
--- /dev/null
+++ b/css/mobile.css
@@ -0,0 +1,11 @@
+@media only screen and (max-width: 768px) {
+
+
+/* hide search function on mobile to prevent wrap of elements */
+#editorsearchval,
+#editor_save+label {
+ display: none !important;
+}
+
+
+} \ No newline at end of file