aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/ie.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-21 13:28:23 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-07-21 16:09:13 +0200
commitda0bdd1391d86046662e3e3cee046a48ffb58d22 (patch)
treedb9dc892d6bf39c20eba2760e924424cacb42312 /core/css/ie.scss
parent58debbe42c16ee4ab7d36ffc91a53ae953c09021 (diff)
downloadnextcloud-server-da0bdd1391d86046662e3e3cee046a48ffb58d22.tar.gz
nextcloud-server-da0bdd1391d86046662e3e3cee046a48ffb58d22.zip
Design structure fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/ie.scss')
-rw-r--r--core/css/ie.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/css/ie.scss b/core/css/ie.scss
new file mode 100644
index 00000000000..ec7f51065e4
--- /dev/null
+++ b/core/css/ie.scss
@@ -0,0 +1,11 @@
+
+#app-navigation,
+#app-sidebar {
+ position: fixed !important;
+}
+#app-content {
+ width: $navigation-width !important;
+}
+#app-sidebar.disappear {
+ right: -$sidebar-max-width !important;
+} \ No newline at end of file