Skip to content
Snippets Groups Projects
Commit a39d177b authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #18833 [finc] remove visible back button (in normal sidebar), show only...

refs #18833 [finc] remove visible back button (in normal sidebar), show only in offcanvas sidebar mode

* remove content top padding just for mobile resolutions
parent d372be3b
No related merge requests found
......@@ -1805,7 +1805,7 @@ footer {
.sidebar {
padding-top: $content-top-padding;
@media only screen and (max-width: $screen-sm-max) {
@media only screen and (max-width: $screen-sm-min) {
padding-top: 0;
}
}
......@@ -1901,8 +1901,7 @@ footer {
}
//// Off-Canvas
@media only screen and (max-width: $screen-sm-max) {
// FIXME: please REVIEW this shows "zurueck" Button on SM devices when the sidebar is shown
@media only screen and (max-width: $screen-sm-min) {
.close-offcanvas {
display: block;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment