From 301220d75c021e2d267729ed72c2f03e274605d7 Mon Sep 17 00:00:00 2001 From: Thomas Hackl Date: Thu, 9 Feb 2023 16:06:26 +0100 Subject: fix animation and positioning of toc in fullscreen --- resources/assets/stylesheets/scss/responsive.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index 9267c8d..3408408 100644 --- a/resources/assets/stylesheets/scss/responsive.scss +++ b/resources/assets/stylesheets/scss/responsive.scss @@ -445,7 +445,6 @@ $sidebarOut: -330px; margin-top: 4px; .cw-ribbon-tools { - right: 0; top: 4px; .cw-tabs-nav { @@ -646,10 +645,16 @@ $sidebarOut: -330px; .cw-ribbon-consume { position: unset; + width: 100%; .cw-ribbon-consume-bottom { height: unset; } + + .cw-ribbon-tools { + position: absolute; + top: 25px; + } } } } -- cgit v1.0