aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2023-02-09 16:06:26 +0100
committerThomas Hackl <hackl@data-quest.de>2023-02-09 15:09:06 +0000
commit301220d75c021e2d267729ed72c2f03e274605d7 (patch)
treec65d48e0d65b831bb7b5feb9b86905e954e6579d
parent0e470d8e7ef10f7afaeb5522be0617bfde47f4a4 (diff)
fix animation and positioning of toc in fullscreenbiest-2131
-rw-r--r--resources/assets/stylesheets/scss/responsive.scss7
1 files changed, 6 insertions, 1 deletions
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;
+ }
}
}
}