Skip to content
Snippets Groups Projects
Commit 41e2948b authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #2855

Closes #2855

Merge request studip/studip!2014
parent 1ab2d042
No related branches found
No related tags found
No related merge requests found
...@@ -438,7 +438,7 @@ $consum_ribbon_width: calc(100% - 58px); ...@@ -438,7 +438,7 @@ $consum_ribbon_width: calc(100% - 58px);
box-shadow: 2px 2px #ccc; box-shadow: 2px 2px #ccc;
position: absolute; position: absolute;
right: -570px; right: -570px;
top: 0; top: 15px;
height: 100%; height: 100%;
max-width: calc(100% - 28px); max-width: calc(100% - 28px);
display: flex; display: flex;
...@@ -448,6 +448,7 @@ $consum_ribbon_width: calc(100% - 58px); ...@@ -448,6 +448,7 @@ $consum_ribbon_width: calc(100% - 58px);
&.unfold { &.unfold {
right: 0px; right: 0px;
margin-right: 15px;
} }
&.cw-ribbon-tools-consume { &.cw-ribbon-tools-consume {
...@@ -460,6 +461,7 @@ $consum_ribbon_width: calc(100% - 58px); ...@@ -460,6 +461,7 @@ $consum_ribbon_width: calc(100% - 58px);
&.cw-ribbon-tools-sticky { &.cw-ribbon-tools-sticky {
position: absolute; position: absolute;
top: -1px; top: -1px;
margin-right: 0;
} }
.cw-ribbon-tool-content { .cw-ribbon-tool-content {
...@@ -570,7 +572,7 @@ $consum_ribbon_width: calc(100% - 58px); ...@@ -570,7 +572,7 @@ $consum_ribbon_width: calc(100% - 58px);
.cw-structural-element-consumemode { .cw-structural-element-consumemode {
.cw-ribbon-tools { .cw-ribbon-tools {
top: 14px; top: 25px;
} }
} }
......
...@@ -465,6 +465,8 @@ $sidebarOut: -330px; ...@@ -465,6 +465,8 @@ $sidebarOut: -330px;
&.cw-ribbon { &.cw-ribbon {
.cw-ribbon-tools { .cw-ribbon-tools {
max-width: calc(100% - 2px); max-width: calc(100% - 2px);
top: 0;
margin-right: 0;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment