tweet-body.scss 200 B

1234567891011121314
  1. tweet-body {
  2. span.text {
  3. white-space: pre-wrap;
  4. }
  5. .photo {
  6. margin-top: 5px;
  7. padding: 2px;
  8. border-radius: 3px;
  9. border: 1px solid #dfdfdf;
  10. }
  11. video {
  12. width: 100%;
  13. }
  14. }