File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 9
9
{{ @session.sessionType.name }}
10
10
</div >
11
11
</div >
12
- <div class =" d-flex ml-auto" style =" height: fit-content;" >
12
+ <div class =" d-flex ml-auto mobile-help-buttons " style =" height: fit-content;" >
13
13
{{ #if this.sessionEnded }}
14
14
{{ #if @session.videoUrl }}
15
15
<button class =" ui basic {{ text-color @session.track.color ' basic' ' inverted' }} button no-wrap" style ={{ css color = (text-color @session.track.color ' grey' ' lightgrey' )}} {{ action this.goToVideo }} >
Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ $spacer-heights: 50 100 200 300 400 500 600 700 800 900;
60
60
display : none !important ;
61
61
}
62
62
}
63
+ @media only screen and (max-width : 1152px ) {
64
+ .mobile-help-buttons {
65
+ flex-wrap : wrap-reverse ;
66
+ }
67
+ }
63
68
64
69
[data-ember-action ] {
65
70
& :not (:disabled ) {
You can’t perform that action at this time.
0 commit comments