aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/stylesheets/scss/responsive.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss
index 9267c8d..3408408 100644
--- a/resources/assets/stylesheets/scss/responsive.scss
+++ b/resources/assets/stylesheets/scss/responsive.scss
@@ -445,7 +445,6 @@ $sidebarOut: -330px;
margin-top: 4px;
.cw-ribbon-tools {
- right: 0;
top: 4px;
.cw-tabs-nav {
@@ -646,10 +645,16 @@ $sidebarOut: -330px;
.cw-ribbon-consume {
position: unset;
+ width: 100%;
.cw-ribbon-consume-bottom {
height: unset;
}
+
+ .cw-ribbon-tools {
+ position: absolute;
+ top: 25px;
+ }
}
}
}