summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/timeline.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/generic/timeline.scss')
-rw-r--r--app/assets/stylesheets/generic/timeline.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/timeline.scss b/app/assets/stylesheets/generic/timeline.scss
index f29cf25fa4c..57e9e8ae5c5 100644
--- a/app/assets/stylesheets/generic/timeline.scss
+++ b/app/assets/stylesheets/generic/timeline.scss
@@ -75,3 +75,20 @@
}
}
}
+
+@media (max-width: $screen-xs-max) {
+ .timeline {
+ &:before {
+ background: none;
+ }
+ .timeline-entry .timeline-entry-inner {
+ .timeline-icon {
+ display: none;
+ }
+
+ .timeline-content {
+ margin-left: 0;
+ }
+ }
+ }
+}