Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ucsddesignco/stride2024
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
aaronchan32 committed Nov 7, 2024
2 parents fc32373 + 78803e3 commit bf0201f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Flashlight/Flashlight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
}
}

@media (max-width: 768px) {
.flashlight,
.flashlight-ring {
display: none;
}
}

.flashlight {
z-index: 15;
}
Expand Down
6 changes: 6 additions & 0 deletions src/components/FlashlightControls/Controls.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
@media (max-width: 768px) {
#flashlight-controls {
display: none !important;
}
}

#flashlight-controls {
background-color: white;
display: flex;
Expand Down

0 comments on commit bf0201f

Please sign in to comment.