You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
519 B

  1. .column {
  2. flex: 1 0 auto;
  3. }
  4. .pinned-info {
  5. opacity: 0.85;
  6. }
  7. .tabs-bar__wrapper {
  8. -webkit-mask-image: linear-gradient(#1a1a1a 55%,transparent);
  9. mask-image: linear-gradient(#1a1a1a 55%,transparent);
  10. }
  11. div {
  12. &.status__info {
  13. & > a {
  14. &.status__display-name {
  15. display: inline-block;
  16. }
  17. }
  18. }
  19. }
  20. .gifv {
  21. & > video {
  22. width: 100%;
  23. max-height: 100%;
  24. }
  25. }
  26. .columns-area--mobile {
  27. .getting-started__trends {
  28. display: block;
  29. .trends__item {
  30. display: flex;
  31. }
  32. }
  33. }