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

fix #2961

Closes #2961

Merge request studip/studip!2076
parent a9815b1b
No related branches found
No related tags found
No related merge requests found
...@@ -464,17 +464,7 @@ $sidebarOut: -330px; ...@@ -464,17 +464,7 @@ $sidebarOut: -330px;
&.cw-ribbon { &.cw-ribbon {
.cw-ribbon-tools { .cw-ribbon-tools {
width: 540px; max-width: calc(100% - 2px);
.cw-tabs-nav {
height: 52px;
button {
&.is-active::after {
margin-top: 10px;
}
}
}
} }
} }
...@@ -528,12 +518,6 @@ $sidebarOut: -330px; ...@@ -528,12 +518,6 @@ $sidebarOut: -330px;
} }
#responsive-contentbar { #responsive-contentbar {
&.cw-ribbon {
.cw-ribbon-tools {
top: 40px;
}
}
&.cw-ribbon-sticky { &.cw-ribbon-sticky {
position: unset; position: unset;
width: calc(100vw - 30px); width: calc(100vw - 30px);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment