logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

timeline.scss (895B)


  1. .Timeline {
  2. .timeline-body {
  3. background: none;
  4. backdrop-filter: none;
  5. }
  6. .alert-badge {
  7. font-size: 0.75em;
  8. line-height: 1;
  9. text-align: right;
  10. border-radius: var(--roundness);
  11. position: absolute;
  12. left: calc(50% - 0.5em);
  13. top: calc(50% - 0.4em);
  14. padding: 0.2em;
  15. margin-left: 0.7em;
  16. margin-top: -1em;
  17. }
  18. .loadmore-button {
  19. position: relative;
  20. }
  21. &.-blocked {
  22. cursor: progress;
  23. }
  24. .conversation-heading {
  25. top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
  26. z-index: 2;
  27. }
  28. &.-embedded {
  29. .timeline-heading {
  30. text-align: center;
  31. line-height: 2.75em;
  32. padding: 0 0.5em;
  33. // Override the shrug empty filler
  34. &:empty::before {
  35. content: initial;
  36. }
  37. .button-default,
  38. .alert {
  39. line-height: 2em;
  40. width: 100%;
  41. }
  42. }
  43. }
  44. }