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:
@@ -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)
|
||||
================
|
||||
|
||||
@@ -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
|
||||
--------
|
||||
|
||||
@@ -350,7 +350,6 @@ a i {
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
||||
Reference in New Issue
Block a user