summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss15
1 files changed, 9 insertions, 6 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 6a9a134f2..f2a1cf819 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -797,10 +797,11 @@
&.move--left-small {
@include translate3d(-290px, 0, 0);
+
&:before {
- z-index: 9999;
- transition: background-color 0.5s ease;
background-color: rgba(0, 0, 0, 0.4);
+ transition: background-color 0.5s ease;
+ z-index: 9999;
}
}
@@ -810,6 +811,12 @@
}
}
+ .integration-option {
+ height: auto;
+ margin-left: 0;
+ width: 100%;
+ }
+
.app__content {
padding-top: 45px;
margin: 0;
@@ -917,10 +924,6 @@
}
}
- .add-integration {
- width: 100%;
- }
-
.backstage-list__item {
display: block;