Skip to content
Snippets Groups Projects
Commit 207b3487 authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

Resolve "Courseware Akkordion bricht im Vollbildmodus um"

Closes #3759

Merge request studip/studip!2631
parent ccd33d95
No related branches found
No related tags found
No related merge requests found
...@@ -166,4 +166,4 @@ form.cw-container-dialog-edit-form { ...@@ -166,4 +166,4 @@ form.cw-container-dialog-edit-form {
} }
} }
} }
} }
\ No newline at end of file
...@@ -15,7 +15,8 @@ $consum_ribbon_width: calc(100% - 58px); ...@@ -15,7 +15,8 @@ $consum_ribbon_width: calc(100% - 58px);
.cw-ribbon-wrapper-consume { .cw-ribbon-wrapper-consume {
position: fixed; position: fixed;
padding: 15px; padding-top: 15px;
padding-bottom: 15px;
background-color: var(--white); background-color: var(--white);
width: $consum_ribbon_width; width: $consum_ribbon_width;
height: 46px; height: 46px;
......
...@@ -67,7 +67,6 @@ ...@@ -67,7 +67,6 @@
&.cw-container-wrapper-consume { &.cw-container-wrapper-consume {
margin: 0 auto; margin: 0 auto;
padding: 91px 15px 15px 15px;
} }
} }
...@@ -235,4 +234,4 @@ ...@@ -235,4 +234,4 @@
} }
} }
} }
} }
\ No newline at end of file
...@@ -660,7 +660,7 @@ $sidebarOut: -330px; ...@@ -660,7 +660,7 @@ $sidebarOut: -330px;
position: unset; position: unset;
.cw-ribbon-consume-bottom { .cw-ribbon-consume-bottom {
height: unset; display: none;
} }
} }
} }
......
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