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 { ...@@ -1805,7 +1805,7 @@ footer {
.sidebar { .sidebar {
padding-top: $content-top-padding; 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; padding-top: 0;
} }
} }
...@@ -1901,8 +1901,7 @@ footer { ...@@ -1901,8 +1901,7 @@ footer {
} }
//// Off-Canvas //// Off-Canvas
@media only screen and (max-width: $screen-sm-max) { @media only screen and (max-width: $screen-sm-min) {
// FIXME: please REVIEW this shows "zurueck" Button on SM devices when the sidebar is shown
.close-offcanvas { .close-offcanvas {
display: block; 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