Skip to content

Commit

Permalink
feat(annotations): remove zoom ctrls on mobile (#1451)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Thai <ithai@box.com>
  • Loading branch information
ivanthai and boxithai authored Jun 14, 2022
1 parent 4385fbc commit 7e92795
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/viewers/doc/_docBase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ $thumbnail-sidebar-width: 191px; // Extra pixel to account for sidebar border
}
}

@include breakpoint($medium-screen) {
.bp-is-mobile .bp-ZoomControls {
display: none;
}
}

.bp-theme-dark {
.bp {
.bp-thumbnails-container {
Expand Down

0 comments on commit 7e92795

Please sign in to comment.