logo

pleroma-fe

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

frontends_tab.scss (424B)


  1. .frontends-tab {
  2. .cards-list {
  3. padding: 0;
  4. }
  5. .relative {
  6. position: relative;
  7. }
  8. .overlay {
  9. position: absolute;
  10. background: var(--bg);
  11. // fix buttons showing through
  12. z-index: 2;
  13. opacity: 0.9;
  14. top: 0;
  15. bottom: 0;
  16. left: 0;
  17. right: 0;
  18. }
  19. dd {
  20. text-overflow: ellipsis;
  21. word-wrap: nowrap;
  22. white-space: nowrap;
  23. overflow-x: hidden;
  24. max-width: 10em;
  25. }
  26. }