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) {