You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also adds a few improvements from the now deleted branch, #799, notably:
- clearing for video blocks. The responsive trickery means we have to, or we will get odd behavior otherwise
- better collapsing margins fix for the toolbar.
Copy file name to clipboardexpand all lines: blocks/library/embed/style.scss
+1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
.blocks-embed {
2
2
margin: 0;
3
+
clear: both; // necessary because we use responsive trickery to set width/height, and therefore the video doesn't intrinsically clear floats like an img does
0 commit comments