Collapse sidebar on small screen

Display sidebar at the bottom of the screen on small displays.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-06-14 02:37:23 -04:00
parent 4b9043b882
commit bb3e010a93
3 changed files with 4 additions and 2 deletions

View File

@@ -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)
================

View File

@@ -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
--------

View File

@@ -350,7 +350,6 @@ a i {
}
#sidebar {
display: none;
}
@media (min-width: 768px) {