Advertisement
killermist

embed-strict.css

Feb 28th, 2022
1,333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. .embed-strict .internal-embed .markdown-embed{
  2.     padding:0;
  3.     border:none
  4. }
  5. .embed-strict .internal-embed .markdown-embed .markdown-embed-title{
  6.     display:none
  7. }
  8. .embed-strict .internal-embed:not([src*="#^"]) .markdown-embed-link{
  9.     width:30px
  10. }
  11. .contextual-typography .embed-strict .internal-embed .markdown-preview-view .markdown-preview-sizer>div{
  12.     margin:0;
  13.     width:100%
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement