pleroma-fe/src/components/chat/chat.style.js

13 lines
258 B
JavaScript
Raw Normal View History

2024-02-19 15:11:59 +02:00
export default {
name: 'Chat',
selector: '.chat-message-list',
2026-01-06 16:22:52 +02:00
validInnerComponents: ['Text', 'Link', 'Icon', 'Avatar', 'ChatMessage'],
2024-02-19 15:11:59 +02:00
defaultRules: [
2024-03-06 20:35:03 +02:00
{
directives: {
background: '--bg',
2026-01-06 16:22:52 +02:00
blur: '5px',
},
},
],
2024-02-19 15:11:59 +02:00
}