discourse/plugins/chat/assets/stylesheets/mobile/chat-message.scss
Joffrey JAFFEUX f55266e1ca
UX: chat mobile tweaks (#21041)
- rounded active style for messages
- better active state on chat message actions rows
- ensures long press on a message is not selecting text
- slightly improved messages actions animation and background fading
- ensures chat emoji picker is not cutoff on right side
- removes old legacy code related to hovered message
2023-04-11 09:03:12 +02:00

12 lines
192 B
SCSS

.mobile-view.has-full-page-chat {
#skip-link,
.d-header,
.chat-message-actions-mobile-outlet,
.chat-live-pane,
.chat-thread {
> * {
@include user-select(none);
}
}
}