summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_mobile.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive/_mobile.scss')
-rw-r--r--webapp/sass/responsive/_mobile.scss30
1 files changed, 22 insertions, 8 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index cc3d7a4b9..049e12055 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -1,6 +1,12 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
+ .post-code__language {
+ @include opacity(.6);
+ @include transition(none);
+ display: block;
+ }
+
.backstage-filters {
display: block;
@@ -41,10 +47,15 @@
}
.channel-intro {
- margin: 0 15px 35px;
+ margin: 0 0 35px;
}
.post {
+ &.post--compact {
+
+
+ }
+
.post__dropdown {
display: inline-block;
height: 20px;
@@ -136,10 +147,6 @@
&.same--root {
&.same--user {
- .post__time {
- display: none;
- }
-
.post__header {
height: auto;
margin-top: 5px;
@@ -275,7 +282,7 @@
.signup-team__container {
font-size: .9em;
margin-bottom: 30px;
- padding: 30px 0;
+ padding: 60px 10px 0;
.signup-team__name {
font-size: 2em;
@@ -1010,12 +1017,19 @@
@media screen and (max-height: 640px) {
.signup-team__container {
- padding: 30px 0;
- margin-bottom: 30px;
font-size: .9em;
+ margin-bottom: 30px;
.signup-team__name {
font-size: 2em;
}
}
}
+
+@media screen and (max-width: 320px) {
+ .tip-overlay {
+ &.tip-overlay--sidebar {
+ min-height: 440px;
+ }
+ }
+}