Skip to content

Commit

Permalink
♻️ Round calculated value with scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Mar 6, 2020
1 parent fe6e8ee commit 9f27868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Assets/_Video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
top: 0;
bottom: 0;
width: auto;
max-height: calc(99vh - #{$prettyembed-lightbox-padding * 1.5 + $prettyembed-close-size});
max-height: calc(99vh - #{round($prettyembed-lightbox-padding * 1.5 + $prettyembed-close-size)});
}
}

0 comments on commit 9f27868

Please sign in to comment.