mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 13:58:53 +08:00
16 lines
423 B
SCSS
Vendored
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;
|
|
}
|
|
}
|