discourse/plugins/chat/assets/stylesheets/mobile/chat-thread.scss
Joffrey JAFFEUX 6f26732551
UI: thread panel sizing/spacing on mobile (#21440)
The side panel on mobile is full screen. As a result we need to tweak spacing and sizing to make it correctly full screen like the channel.
2023-05-09 00:17:42 +02:00

7 lines
77 B
SCSS

.chat-thread {
&__body {
margin: 0 1px 0 0;
padding: 0 10px;
}
}