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 99 {{ @session.sessionType.name }}
1010 </div >
1111 </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;" >
1313 {{ #if this.sessionEnded }}
1414 {{ #if @session.videoUrl }}
1515 <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;
6060 display : none !important ;
6161 }
6262}
63+ @media only screen and (max-width : 1152px ) {
64+ .mobile-help-buttons {
65+ flex-wrap : wrap-reverse ;
66+ }
67+ }
6368
6469[data-ember-action ] {
6570 & :not (:disabled ) {
You can’t perform that action at this time.
0 commit comments