From a39d177b6ada03d1fc860e0ee63e41edf35785a7 Mon Sep 17 00:00:00 2001 From: Alexander Purr <purr@ub.uni-leipzig.de> Date: Wed, 16 Dec 2020 18:24:47 +0100 Subject: [PATCH] refs #18833 [finc] remove visible back button (in normal sidebar), show only in offcanvas sidebar mode * remove content top padding just for mobile resolutions --- themes/finc/scss/compiled.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss index 3375e3881a4..316251e5e1e 100644 --- a/themes/finc/scss/compiled.scss +++ b/themes/finc/scss/compiled.scss @@ -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; } -- GitLab