diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index 07df5dd1d2d4984156da1f9caf9ad344bf25c584..2e6e9852e01ad23a58a0dc78a66e1d1336dfc481 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);