From b40f8f9ecb98c1f447c666a71267756a69786381 Mon Sep 17 00:00:00 2001 From: Alexander Purr <purr@ub.uni-leipzig.de> Date: Tue, 15 Dec 2020 17:57:23 +0100 Subject: [PATCH] refs #18819 [fid_adlr] show close button of the offcanvas sidebar on the top right --- themes/fid_adlr/scss/compiled.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/fid_adlr/scss/compiled.scss b/themes/fid_adlr/scss/compiled.scss index a5a0dadf862..d31bb172c87 100644 --- a/themes/fid_adlr/scss/compiled.scss +++ b/themes/fid_adlr/scss/compiled.scss @@ -2751,6 +2751,8 @@ div[class$="-tab"] { } .offcanvas .close-offcanvas { + width: auto; + margin: 0; @media (min-width:$screen-sm-min) and (max-width:$screen-sm-max) { display: block; } -- GitLab