webapp/src/components/Inbox/Message.module.scss

10 lines
73 B
SCSS
Raw Normal View History

2022-11-16 12:25:37 +00:00
.Message {
.own {
2022-11-18 02:23:04 +00:00
// TODO
2022-11-16 12:25:37 +00:00
}
2022-11-18 02:23:04 +00:00
2022-11-16 12:25:37 +00:00
.body {
// message text
}
}