logo

pleroma-fe

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

report.scss (589B)


  1. .Report {
  2. .report-content {
  3. margin: 0.5em 0 1em;
  4. }
  5. .report-state {
  6. margin: 0.5em 0 1em;
  7. }
  8. .reported-status {
  9. border: 1px solid var(--border);
  10. border-radius: var(--roundness);
  11. display: block;
  12. padding: 0.5em;
  13. margin: 0.5em 0;
  14. .status-content {
  15. pointer-events: none;
  16. }
  17. .reported-status-heading {
  18. display: flex;
  19. width: 100%;
  20. justify-content: space-between;
  21. margin-bottom: 0.2em;
  22. }
  23. .reported-status-name {
  24. font-weight: bold;
  25. }
  26. }
  27. .note {
  28. width: 100%;
  29. margin-bottom: 0.5em;
  30. }
  31. }