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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2018-07-03 10:14:44 +0300
committerAndras Timar <andras.timar@collabora.com>2018-07-03 10:14:44 +0300
commit35b5c15343f7fbfee01a2f25ac740b3e4dde6a51 (patch)
tree45df50f069114d6859be9a377489084d657c9821 /css
parent3a9cdd36d2a869f90e54eff97efe428147727904 (diff)
add mobile css (#211)
Diffstat (limited to 'css')
-rw-r--r--css/mobile.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/mobile.css b/css/mobile.css
new file mode 100644
index 00000000..602b95f9
--- /dev/null
+++ b/css/mobile.css
@@ -0,0 +1,9 @@
+@media only screen and (max-width: 768px) {
+ #header {
+ display: none !important;
+ }
+
+ #content-wrapper {
+ padding-top: 0;
+ }
+}