logo

pleroma-fe

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

chat.style.js (278B)


  1. export default {
  2. name: 'Chat',
  3. selector: '.chat-message-list',
  4. validInnerComponents: [
  5. 'Text',
  6. 'Link',
  7. 'Icon',
  8. 'Avatar',
  9. 'ChatMessage'
  10. ],
  11. defaultRules: [
  12. {
  13. directives: {
  14. background: '--bg',
  15. blur: '5px'
  16. }
  17. }
  18. ]
  19. }