Skip to content

Commit

Permalink
fix sidebar alignment in mobile embed
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanweiler92 committed Aug 11, 2023
1 parent f83a105 commit 391f5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function MobileAnimationWidget (props) {
aria-label="Close"
onClick={toggleCollapse}
id="mobile-animation-close"
>
>
<FontAwesomeIcon icon="times" className="collapse-icon" style={collapseIconMobile} />
</span>
</div>
Expand Down
1 change: 1 addition & 0 deletions web/scss/features/embed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

#wv-sidebar {
transform: scale(0.75);
transform-origin: left center;

#download-sidebar-tab {
display: none;
Expand Down

0 comments on commit 391f5b0

Please sign in to comment.