diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index 79d46ac9bde103df14a1740ffbd575f51f086160..be0c16fc194f9054d3beb6bbe5a26b5a412a4d63 100644 --- a/resources/assets/stylesheets/scss/responsive.scss +++ b/resources/assets/stylesheets/scss/responsive.scss @@ -464,17 +464,7 @@ $sidebarOut: -330px; &.cw-ribbon { .cw-ribbon-tools { - width: 540px; - - .cw-tabs-nav { - height: 52px; - - button { - &.is-active::after { - margin-top: 10px; - } - } - } + max-width: calc(100% - 2px); } } @@ -528,12 +518,6 @@ $sidebarOut: -330px; } #responsive-contentbar { - &.cw-ribbon { - .cw-ribbon-tools { - top: 40px; - } - } - &.cw-ribbon-sticky { position: unset; width: calc(100vw - 30px);