0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/discourse-reactions/assets/stylesheets/mobile/discourse-reactions.scss
2025-07-10 11:40:31 +01:00

16 lines
423 B
SCSS
Vendored

.mobile-view {
.fake-reaction {
position: absolute;
left: 8px;
}
.discourse-reactions-counter {
margin: 0;
}
// Fix for the alignment of the reactions summary button in the mobile view when using the Glimmer Post Menu
// This won't ber necessary once the reactions plugin is converted from widgets to Glimmer components
.discourse-reactions-actions-button-shim {
display: inline-flex;
}
}