From bb3e010a9313b94d1bb90cbda63afc38150cb58e Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 14 Jun 2019 02:37:23 -0400 Subject: [PATCH] Collapse sidebar on small screen Display sidebar at the bottom of the screen on small displays. Signed-off-by: Roberto Rosario --- HISTORY.rst | 2 ++ docs/releases/3.2.1.rst | 3 ++- mayan/apps/appearance/static/appearance/css/base.css | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f00ec65de9..a24b889196 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -12,6 +12,8 @@ * Remove sidebar floar right. Fixed GitLab issue #600. Thanks to Frédéric Sheedy (@fsheedy) for the report and debug information. +* Collapse sidebar on small screen + Display sidebar at the bottom of the screen on small displays. 3.2 (2019-06-13) ================ diff --git a/docs/releases/3.2.1.rst b/docs/releases/3.2.1.rst index ba9ae15cc1..fc3057dab5 100644 --- a/docs/releases/3.2.1.rst +++ b/docs/releases/3.2.1.rst @@ -4,7 +4,6 @@ Version 3.2.1 Released: June 14, 2019 - Changes ------- @@ -20,6 +19,8 @@ Changes - Remove sidebar floar right. Fixed GitLab issue #600. Thanks to Frédéric Sheedy (@fsheedy) for the report and debug information. +- Collapse sidebar on small screen + Display sidebar at the bottom of the screen on small displays. Removals -------- diff --git a/mayan/apps/appearance/static/appearance/css/base.css b/mayan/apps/appearance/static/appearance/css/base.css index 7d21810caf..688f8e6e51 100644 --- a/mayan/apps/appearance/static/appearance/css/base.css +++ b/mayan/apps/appearance/static/appearance/css/base.css @@ -350,7 +350,6 @@ a i { } #sidebar { - display: none; } @media (min-width: 768px) {